#55CAA6

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

Shades of Puerto Rico #55CAA6

Tints of Puerto Rico #55CAA6

Color information

#55CAA6 (or 0x55CAA6) is unknown color: approx Puerto Rico. HEX triplet: 55, CA and A6. RGB value is (85,202,166). Sum of RGB (Red+Green+Blue) = 85+202+166=453 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.76% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 166 (65.23% from 255 or 36.64% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #55CAA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CAA6 is #AA3559. Grayscale: #A2A2A2. Windows color (decimal): -11154778 or 10930773. OLE color: 10930773.

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

Color convert

RGB85202166-
CMYK0.5800.180.21
HSL161.54º52.47%56.27%-
HSV(B)161.54º57.92%79.22%-
XYZ31.7546.9343.46-
YUV162.91129.7472.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.76%
GREEN value IS 202 (79.30% from 255) = 44.59%
BLUE value IS 166 (65.23% from 255) = 36.64%
R=18.76%
G=44.59%
B=36.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal852021660.5800.180.21161.5452.4756.27
Hex55CAA63A01215a23438
Octal12531224672022252426470
Binary101010111001010101001101110100100101010110100010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,202,166); }

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

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

 a { background-color: rgb(85,202,166); }

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

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

 span { border-color: rgb(85,202,166); }

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