#53C2A0

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

Shades of Puerto Rico #53C2A0

Tints of Puerto Rico #53C2A0

Color information

#53C2A0 (or 0x53C2A0) is unknown color: approx Puerto Rico. HEX triplet: 53, C2 and A0. RGB value is (83,194,160). Sum of RGB (Red+Green+Blue) = 83+194+160=437 (57% of max value = 765). Red value is 83 (32.81% from 255 or 18.99% from 437); Green value is 194 (76.17% from 255 or 44.39% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 194 - color contains mainly: green. Hex color #53C2A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C2A0 is #AC3D5F. Grayscale: #9C9C9C. Windows color (decimal): -11287904 or 10535507. OLE color: 10535507.

HSL color Cylindrical-coordinate representation of color #53C2A0: hue angle of 161.62º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C2A0 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB83194160-
CMYK0.5700.180.24
HSL161.62º47.64%54.31%-
HSV(B)161.62º57.22%76.08%-
XYZ29.242.9640.01-
YUV156.94129.7375.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.99%
GREEN value IS 194 (76.17% from 255) = 44.39%
BLUE value IS 160 (62.89% from 255) = 36.61%
R=18.99%
G=44.39%
B=36.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal831941600.5700.180.24161.6247.6454.31
Hex53C2A03901218a23036
Octal12330224071022302426066
Binary101001111000010101000001110010100101100010100010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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