#52C499

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

Shades of Puerto Rico #52C499

Tints of Puerto Rico #52C499

Color information

#52C499 (or 0x52C499) is unknown color: approx Puerto Rico. HEX triplet: 52, C4 and 99. RGB value is (82,196,153). Sum of RGB (Red+Green+Blue) = 82+196+153=431 (57% of max value = 765). Red value is 82 (32.42% from 255 or 19.03% from 431); Green value is 196 (76.95% from 255 or 45.48% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 196 - color contains mainly: green. Hex color #52C499 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C499 is #AD3B66. Grayscale: #9D9D9D. Windows color (decimal): -11352935 or 10077266. OLE color: 10077266.

HSL color Cylindrical-coordinate representation of color #52C499: hue angle of 157.37º 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 #52C499 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB82196153-
CMYK0.5800.220.23
HSL157.37º49.14%54.51%-
HSV(B)157.37º58.16%76.86%-
XYZ28.9743.5737.02-
YUV157.01125.7374.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.03%
GREEN value IS 196 (76.95% from 255) = 45.48%
BLUE value IS 153 (60.16% from 255) = 35.50%
R=19.03%
G=45.48%
B=35.50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal821961530.5800.220.23157.3749.1454.51
Hex52C4993A016179d3137
Octal12230423172026272356167
Binary101001011000100100110011110100101101011110011101110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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