#53C29F

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

Shades of Puerto Rico #53C29F

Tints of Puerto Rico #53C29F

Color information

#53C29F (or 0x53C29F) is unknown color: approx Puerto Rico. HEX triplet: 53, C2 and 9F. RGB value is (83,194,159). Sum of RGB (Red+Green+Blue) = 83+194+159=436 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.04% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 194 - color contains mainly: green. Hex color #53C29F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C29F is #AC3D60. Grayscale: #9C9C9C. Windows color (decimal): -11287905 or 10469971. OLE color: 10469971.

HSL color Cylindrical-coordinate representation of color #53C29F: hue angle of 161.08º 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 #53C29F is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB83194159-
CMYK0.5700.180.24
HSL161.08º47.64%54.31%-
HSV(B)161.08º57.22%76.08%-
XYZ29.1242.9339.55-
YUV156.82129.2375.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.04%
GREEN value IS 194 (76.17% from 255) = 44.50%
BLUE value IS 159 (62.5% from 255) = 36.47%
R=19.04%
G=44.50%
B=36.47%

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
Decimal831941590.5700.180.24161.0847.6454.31
Hex53C29F3901218a13036
Octal12330223771022302416066
Binary101001111000010100111111110010100101100010100001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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