#53CAA0

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

Shades of Puerto Rico #53CAA0

Tints of Puerto Rico #53CAA0

Color information

#53CAA0 (or 0x53CAA0) is unknown color: approx Puerto Rico. HEX triplet: 53, CA and A0. RGB value is (83,202,160). Sum of RGB (Red+Green+Blue) = 83+202+160=445 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.65% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 202 - color contains mainly: green. Hex color #53CAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CAA0 is #AC355F. Grayscale: #A1A1A1. Windows color (decimal): -11285856 or 10537555. OLE color: 10537555.

HSL color Cylindrical-coordinate representation of color #53CAA0: hue angle of 158.82º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CAA0 is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB83202160-
CMYK0.5900.210.21
HSL158.82º52.89%55.88%-
HSV(B)158.82º58.91%79.22%-
XYZ31.0346.6240.62-
YUV161.63127.0871.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.65%
GREEN value IS 202 (79.30% from 255) = 45.39%
BLUE value IS 160 (62.89% from 255) = 35.96%
R=18.65%
G=45.39%
B=35.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal832021600.5900.210.21158.8252.8955.88
Hex53CAA03B015159f3538
Octal12331224073025252376570
Binary101001111001010101000001110110101011010110011111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53CAA0; }

 p { color: rgb(83,202,160); }

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

<style>
 a { background-color: #53CAA0; }

 a { background-color: rgb(83,202,160); }

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

<style>
 span { border-color: #53CAA0; }

 span { border-color: rgb(83,202,160); }

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