#53CA9F

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

Shades of Puerto Rico #53CA9F

Tints of Puerto Rico #53CA9F

Color information

#53CA9F (or 0x53CA9F) is unknown color: approx Puerto Rico. HEX triplet: 53, CA and 9F. RGB value is (83,202,159). Sum of RGB (Red+Green+Blue) = 83+202+159=444 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.69% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #53CA9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CA9F is #AC3560. Grayscale: #A1A1A1. Windows color (decimal): -11285857 or 10472019. OLE color: 10472019.

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

Color convert

RGB83202159-
CMYK0.5900.210.21
HSL158.32º52.89%55.88%-
HSV(B)158.32º58.91%79.22%-
XYZ30.9546.5840.16-
YUV161.52126.5872-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.69%
GREEN value IS 202 (79.30% from 255) = 45.50%
BLUE value IS 159 (62.5% from 255) = 35.81%
R=18.69%
G=45.50%
B=35.81%

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
Decimal832021590.5900.210.21158.3252.8955.88
Hex53CA9F3B015159e3538
Octal12331223773025252366570
Binary101001111001010100111111110110101011010110011110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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