#52C39F

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

Shades of Puerto Rico #52C39F

Tints of Puerto Rico #52C39F

Color information

#52C39F (or 0x52C39F) is unknown color: approx Puerto Rico. HEX triplet: 52, C3 and 9F. RGB value is (82,195,159). Sum of RGB (Red+Green+Blue) = 82+195+159=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 195 - color contains mainly: green. Hex color #52C39F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C39F is #AD3C60. Grayscale: #9D9D9D. Windows color (decimal): -11353185 or 10470226. OLE color: 10470226.

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

Color convert

RGB82195159-
CMYK0.5800.180.24
HSL160.88º48.5%54.31%-
HSV(B)160.88º57.95%76.47%-
XYZ29.2543.3339.62-
YUV157.11129.0674.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.81%
GREEN value IS 195 (76.56% from 255) = 44.72%
BLUE value IS 159 (62.5% from 255) = 36.47%
R=18.81%
G=44.72%
B=36.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal821951590.5800.180.24160.8848.554.31
Hex52C39F3A01218a13036
Octal12230323772022302416066
Binary101001011000011100111111110100100101100010100001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52C39F; }

 p { color: rgb(82,195,159); }

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

<style>
 a { background-color: #52C39F; }

 a { background-color: rgb(82,195,159); }

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

<style>
 span { border-color: #52C39F; }

 span { border-color: rgb(82,195,159); }

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