#52C49C

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

Shades of Puerto Rico #52C49C

Tints of Puerto Rico #52C49C

Color information

#52C49C (or 0x52C49C) is unknown color: approx Puerto Rico. HEX triplet: 52, C4 and 9C. RGB value is (82,196,156). Sum of RGB (Red+Green+Blue) = 82+196+156=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 196 (76.95% from 255 or 45.16% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 196 - color contains mainly: green. Hex color #52C49C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C49C is #AD3B63. Grayscale: #9D9D9D. Windows color (decimal): -11352932 or 10273874. OLE color: 10273874.

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

Color convert

RGB82196156-
CMYK0.5800.200.23
HSL158.95º49.14%54.51%-
HSV(B)158.95º58.16%76.86%-
XYZ29.2243.6738.34-
YUV157.35127.2374.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.89%
GREEN value IS 196 (76.95% from 255) = 45.16%
BLUE value IS 156 (61.33% from 255) = 35.94%
R=18.89%
G=45.16%
B=35.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal821961560.5800.200.23158.9549.1454.51
Hex52C49C3A014179f3137
Octal12230423472024272376167
Binary101001011000100100111001110100101001011110011111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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