#55C09C

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

Shades of Puerto Rico #55C09C

Tints of Puerto Rico #55C09C

Color information

#55C09C (or 0x55C09C) is unknown color: approx Puerto Rico. HEX triplet: 55, C0 and 9C. RGB value is (85,192,156). Sum of RGB (Red+Green+Blue) = 85+192+156=433 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.63% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 192 - color contains mainly: green. Hex color #55C09C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C09C is #AA3F63. Grayscale: #9B9B9B. Windows color (decimal): -11157348 or 10272853. OLE color: 10272853.

HSL color Cylindrical-coordinate representation of color #55C09C: hue angle of 159.81º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C09C is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB85192156-
CMYK0.5600.190.25
HSL159.81º45.92%54.31%-
HSV(B)159.81º55.73%75.29%-
XYZ28.642.0338.06-
YUV155.9128.0577.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.63%
GREEN value IS 192 (75.39% from 255) = 44.34%
BLUE value IS 156 (61.33% from 255) = 36.03%
R=19.63%
G=44.34%
B=36.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851921560.5600.190.25159.8145.9254.31
Hex55C09C3801319a02e36
Octal12530023470023312405666
Binary101010111000000100111001110000100111100110100000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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