#55C29C

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

Shades of Puerto Rico #55C29C

Tints of Puerto Rico #55C29C

Color information

#55C29C (or 0x55C29C) is unknown color: approx Puerto Rico. HEX triplet: 55, C2 and 9C. RGB value is (85,194,156). Sum of RGB (Red+Green+Blue) = 85+194+156=435 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.54% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 194 - color contains mainly: green. Hex color #55C29C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C29C is #AA3D63. Grayscale: #9D9D9D. Windows color (decimal): -11156836 or 10273365. OLE color: 10273365.

HSL color Cylindrical-coordinate representation of color #55C29C: hue angle of 159.08º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C29C is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB85194156-
CMYK0.5600.200.24
HSL159.08º47.19%54.71%-
HSV(B)159.08º56.19%76.08%-
XYZ29.0442.9238.21-
YUV157.08127.3976.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.54%
GREEN value IS 194 (76.17% from 255) = 44.60%
BLUE value IS 156 (61.33% from 255) = 35.86%
R=19.54%
G=44.60%
B=35.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal851941560.5600.200.24159.0847.1954.71
Hex55C29C38014189f2f37
Octal12530223470024302375767
Binary101010111000010100111001110000101001100010011111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,194,156); }

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

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

 a { background-color: rgb(85,194,156); }

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

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

 span { border-color: rgb(85,194,156); }

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