#55CA9D

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

Shades of Puerto Rico #55CA9D

Tints of Puerto Rico #55CA9D

Color information

#55CA9D (or 0x55CA9D) is unknown color: approx Puerto Rico. HEX triplet: 55, CA and 9D. RGB value is (85,202,157). Sum of RGB (Red+Green+Blue) = 85+202+157=444 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.14% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CA9D is #AA3562. Grayscale: #A1A1A1. Windows color (decimal): -11154787 or 10340949. OLE color: 10340949.

HSL color Cylindrical-coordinate representation of color #55CA9D: hue angle of 156.92º 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 #55CA9D is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB85202157-
CMYK0.5800.220.21
HSL156.92º52.47%56.27%-
HSV(B)156.92º57.92%79.22%-
XYZ30.9546.6139.26-
YUV161.89125.2473.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.14%
GREEN value IS 202 (79.30% from 255) = 45.50%
BLUE value IS 157 (61.72% from 255) = 35.36%
R=19.14%
G=45.50%
B=35.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal852021570.5800.220.21156.9252.4756.27
Hex55CA9D3A016159d3438
Octal12531223572026252356470
Binary101010111001010100111011110100101101010110011101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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