#52C49E

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

Shades of Puerto Rico #52C49E

Tints of Puerto Rico #52C49E

Color information

#52C49E (or 0x52C49E) is unknown color: approx Puerto Rico. HEX triplet: 52, C4 and 9E. RGB value is (82,196,158). Sum of RGB (Red+Green+Blue) = 82+196+158=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 196 (76.95% from 255 or 44.95% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 196 - color contains mainly: green. Hex color #52C49E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C49E is #AD3B61. Grayscale: #9D9D9D. Windows color (decimal): -11352930 or 10404946. OLE color: 10404946.

HSL color Cylindrical-coordinate representation of color #52C49E: hue angle of 160º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C49E is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB82196158-
CMYK0.5800.190.23
HSL160º49.14%54.51%-
HSV(B)160º58.16%76.86%-
XYZ29.3943.7439.24-
YUV157.58128.2374.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.81%
GREEN value IS 196 (76.95% from 255) = 44.95%
BLUE value IS 158 (62.11% from 255) = 36.24%
R=18.81%
G=44.95%
B=36.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal821961580.5800.190.2316049.1454.51
Hex52C49E3A01317a03137
Octal12230423672023272406167
Binary101001011000100100111101110100100111011110100000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,196,158); }

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

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

 a { background-color: rgb(82,196,158); }

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

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

 span { border-color: rgb(82,196,158); }

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