#53CA9C

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

Shades of Puerto Rico #53CA9C

Tints of Puerto Rico #53CA9C

Color information

#53CA9C (or 0x53CA9C) is unknown color: approx Puerto Rico. HEX triplet: 53, CA and 9C. RGB value is (83,202,156). Sum of RGB (Red+Green+Blue) = 83+202+156=441 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.82% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 202 - color contains mainly: green. Hex color #53CA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CA9C is #AC3563. Grayscale: #A1A1A1. Windows color (decimal): -11285860 or 10275411. OLE color: 10275411.

HSL color Cylindrical-coordinate representation of color #53CA9C: hue angle of 156.81º 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 #53CA9C is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB83202156-
CMYK0.5900.230.21
HSL156.81º52.89%55.88%-
HSV(B)156.81º58.91%79.22%-
XYZ30.6946.4838.81-
YUV161.17125.0872.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.82%
GREEN value IS 202 (79.30% from 255) = 45.80%
BLUE value IS 156 (61.33% from 255) = 35.37%
R=18.82%
G=45.80%
B=35.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal832021560.5900.230.21156.8152.8955.88
Hex53CA9C3B017159d3538
Octal12331223473027252356570
Binary101001111001010100111001110110101111010110011101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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