#55CAA1

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

Shades of Puerto Rico #55CAA1

Tints of Puerto Rico #55CAA1

Color information

#55CAA1 (or 0x55CAA1) is unknown color: approx Puerto Rico. HEX triplet: 55, CA and A1. RGB value is (85,202,161). Sum of RGB (Red+Green+Blue) = 85+202+161=448 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.97% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 161 (63.28% from 255 or 35.94% from 448); Max value from RGB is 202 - color contains mainly: green. Hex color #55CAA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CAA1 is #AA355E. Grayscale: #A2A2A2. Windows color (decimal): -11154783 or 10603093. OLE color: 10603093.

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

Color convert

RGB85202161-
CMYK0.5800.200.21
HSL158.97º52.47%56.27%-
HSV(B)158.97º57.92%79.22%-
XYZ31.346.7541.09-
YUV162.34127.2472.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.97%
GREEN value IS 202 (79.30% from 255) = 45.09%
BLUE value IS 161 (63.28% from 255) = 35.94%
R=18.97%
G=45.09%
B=35.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal852021610.5800.200.21158.9752.4756.27
Hex55CAA13A014159f3438
Octal12531224172024252376470
Binary101010111001010101000011110100101001010110011111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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