#55C0AA

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

Shades of Puerto Rico #55C0AA

Tints of Puerto Rico #55C0AA

Color information

#55C0AA (or 0x55C0AA) is unknown color: approx Puerto Rico. HEX triplet: 55, C0 and AA. RGB value is (85,192,170). Sum of RGB (Red+Green+Blue) = 85+192+170=447 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.02% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 192 - color contains mainly: green. Hex color #55C0AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C0AA is #AA3F55. Grayscale: #9D9D9D. Windows color (decimal): -11157334 or 11190357. OLE color: 11190357.

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

Color convert

RGB85192170-
CMYK0.5600.110.25
HSL167.66º45.92%54.31%-
HSV(B)167.66º55.73%75.29%-
XYZ29.8542.5344.67-
YUV157.5135.0576.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.02%
GREEN value IS 192 (75.39% from 255) = 42.95%
BLUE value IS 170 (66.80% from 255) = 38.03%
R=19.02%
G=42.95%
B=38.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851921700.5600.110.25167.6645.9254.31
Hex55C0AA380B19a82e36
Octal12530025270013312505666
Binary10101011100000010101010111000010111100110101000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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