#55CAA5

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

Shades of Puerto Rico #55CAA5

Tints of Puerto Rico #55CAA5

Color information

#55CAA5 (or 0x55CAA5) is unknown color: approx Puerto Rico. HEX triplet: 55, CA and A5. RGB value is (85,202,165). Sum of RGB (Red+Green+Blue) = 85+202+165=452 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.81% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 165 (64.84% from 255 or 36.50% from 452); Max value from RGB is 202 - color contains mainly: green. Hex color #55CAA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CAA5 is #AA355A. Grayscale: #A2A2A2. Windows color (decimal): -11154779 or 10865237. OLE color: 10865237.

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

Color convert

RGB85202165-
CMYK0.5800.180.21
HSL161.03º52.47%56.27%-
HSV(B)161.03º57.92%79.22%-
XYZ31.6646.8942.98-
YUV162.8129.2472.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.81%
GREEN value IS 202 (79.30% from 255) = 44.69%
BLUE value IS 165 (64.84% from 255) = 36.50%
R=18.81%
G=44.69%
B=36.50%

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
Decimal852021650.5800.180.21161.0352.4756.27
Hex55CAA53A01215a13438
Octal12531224572022252416470
Binary101010111001010101001011110100100101010110100001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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