#55C5AA

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

Shades of Puerto Rico #55C5AA

Tints of Puerto Rico #55C5AA

Color information

#55C5AA (or 0x55C5AA) is unknown color: approx Puerto Rico. HEX triplet: 55, C5 and AA. RGB value is (85,197,170). Sum of RGB (Red+Green+Blue) = 85+197+170=452 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.81% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 197 - color contains mainly: green. Hex color #55C5AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C5AA is #AA3A55. Grayscale: #A0A0A0. Windows color (decimal): -11156054 or 11191637. OLE color: 11191637.

HSL color Cylindrical-coordinate representation of color #55C5AA: hue angle of 165.54º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C5AA is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB85197170-
CMYK0.5700.140.23
HSL165.54º49.12%55.29%-
HSV(B)165.54º56.85%77.25%-
XYZ30.9744.7745.04-
YUV160.43133.3974.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.81%
GREEN value IS 197 (77.34% from 255) = 43.58%
BLUE value IS 170 (66.80% from 255) = 37.61%
R=18.81%
G=43.58%
B=37.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal851971700.5700.140.23165.5449.1255.29
Hex55C5AA390E17a63137
Octal12530525271016272466167
Binary10101011100010110101010111001011101011110100110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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