#55CA99

Color #55CA99 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #55CA99

Tints of Puerto Rico #55CA99

Color information

#55CA99 (or 0x55CA99) is unknown color: approx Puerto Rico. HEX triplet: 55, CA and 99. RGB value is (85,202,153). Sum of RGB (Red+Green+Blue) = 85+202+153=440 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.32% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CA99 is #AA3566. Grayscale: #A1A1A1. Windows color (decimal): -11154791 or 10078805. OLE color: 10078805.

HSL color Cylindrical-coordinate representation of color #55CA99: hue angle of 154.87º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CA99 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB85202153-
CMYK0.5800.240.21
HSL154.87º52.47%56.27%-
HSV(B)154.87º57.92%79.22%-
XYZ30.6246.4737.49-
YUV161.43123.2473.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 19.32%
GREEN value IS 202 (79.30% from 255) = 45.91%
BLUE value IS 153 (60.16% from 255) = 34.77%
R=19.32%
G=45.91%
B=34.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal852021530.5800.240.21154.8752.4756.27
Hex55CA993A018159b3438
Octal12531223172030252336470
Binary101010111001010100110011110100110001010110011011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55CA99; }

 p { color: rgb(85,202,153); }

 H1.HeaderClassName
 {
   color: #55CA99;
 }
 .AnyTagClassName
 {
   color: #55CA99;
 }
</style>
background-color css

<style>
 a { background-color: #55CA99; }

 a { background-color: rgb(85,202,153); }

 div.DivClassName
 {
   background-color: #55CA99;
 }
 .BgClassName
 {
   background-color: #55CA99;
 }
</style>
border-color css

<style>
 span { border-color: #55CA99; }

 span { border-color: rgb(85,202,153); }

 td.TdClassName
 {
   border-color: #55CA99;
 }
 .TagClassName
 {
   border-color: #55CA99;
 }
</style>