#55C09D

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

Shades of Puerto Rico #55C09D

Tints of Puerto Rico #55C09D

Color information

#55C09D (or 0x55C09D) is unknown color: approx Puerto Rico. HEX triplet: 55, C0 and 9D. RGB value is (85,192,157). Sum of RGB (Red+Green+Blue) = 85+192+157=434 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.59% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 192 - color contains mainly: green. Hex color #55C09D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C09D is #AA3F62. Grayscale: #9C9C9C. Windows color (decimal): -11157347 or 10338389. OLE color: 10338389.

HSL color Cylindrical-coordinate representation of color #55C09D: hue angle of 160.37º 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 #55C09D is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB85192157-
CMYK0.5600.180.25
HSL160.37º45.92%54.31%-
HSV(B)160.37º55.73%75.29%-
XYZ28.6842.0638.51-
YUV156.02128.5577.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.59%
GREEN value IS 192 (75.39% from 255) = 44.24%
BLUE value IS 157 (61.72% from 255) = 36.18%
R=19.59%
G=44.24%
B=36.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851921570.5600.180.25160.3745.9254.31
Hex55C09D3801219a02e36
Octal12530023570022312405666
Binary101010111000000100111011110000100101100110100000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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