#55C9AA

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

Shades of Puerto Rico #55C9AA

Tints of Puerto Rico #55C9AA

Color information

#55C9AA (or 0x55C9AA) is unknown color: approx Puerto Rico. HEX triplet: 55, C9 and AA. RGB value is (85,201,170). Sum of RGB (Red+Green+Blue) = 85+201+170=456 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.64% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 201 - color contains mainly: green. Hex color #55C9AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C9AA is #AA3655. Grayscale: #A2A2A2. Windows color (decimal): -11155030 or 11192661. OLE color: 11192661.

HSL color Cylindrical-coordinate representation of color #55C9AA: hue angle of 163.97º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55C9AA is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB85201170-
CMYK0.5800.150.21
HSL163.97º51.79%56.08%-
HSV(B)163.97º57.71%78.82%-
XYZ31.8946.6145.35-
YUV162.78132.0772.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.64%
GREEN value IS 201 (78.91% from 255) = 44.08%
BLUE value IS 170 (66.80% from 255) = 37.28%
R=18.64%
G=44.08%
B=37.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal852011700.5800.150.21163.9751.7956.08
Hex55C9AA3A0F15a43438
Octal12531125272017252446470
Binary10101011100100110101010111010011111010110100100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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