#55C0A2

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

Shades of Puerto Rico #55C0A2

Tints of Puerto Rico #55C0A2

Color information

#55C0A2 (or 0x55C0A2) is unknown color: approx Puerto Rico. HEX triplet: 55, C0 and A2. RGB value is (85,192,162). Sum of RGB (Red+Green+Blue) = 85+192+162=439 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.36% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 192 - color contains mainly: green. Hex color #55C0A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C0A2 is #AA3F5D. Grayscale: #9C9C9C. Windows color (decimal): -11157342 or 10666069. OLE color: 10666069.

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

Color convert

RGB85192162-
CMYK0.5600.160.25
HSL163.18º45.92%54.31%-
HSV(B)163.18º55.73%75.29%-
XYZ29.1242.2440.8-
YUV156.59131.0576.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.36%
GREEN value IS 192 (75.39% from 255) = 43.74%
BLUE value IS 162 (63.67% from 255) = 36.90%
R=19.36%
G=43.74%
B=36.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851921620.5600.160.25163.1845.9254.31
Hex55C0A23801019a32e36
Octal12530024270020312435666
Binary101010111000000101000101110000100001100110100011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C0A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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