#52C4B6

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

Shades of Puerto Rico #52C4B6

Tints of Puerto Rico #52C4B6

Color information

#52C4B6 (or 0x52C4B6) is unknown color: approx Puerto Rico. HEX triplet: 52, C4 and B6. RGB value is (82,196,182). Sum of RGB (Red+Green+Blue) = 82+196+182=460 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.83% from 460); Green value is 196 (76.95% from 255 or 42.61% from 460); Blue value is 182 (71.48% from 255 or 39.57% from 460); Max value from RGB is 196 - color contains mainly: green. Hex color #52C4B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C4B6 is #AD3B49. Grayscale: #A0A0A0. Windows color (decimal): -11352906 or 11977810. OLE color: 11977810.

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

Color convert

RGB82196182-
CMYK0.5800.070.23
HSL172.63º49.14%54.51%-
HSV(B)172.63º58.16%76.86%-
XYZ31.6644.6551.21-
YUV160.32140.2372.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.83%
GREEN value IS 196 (76.95% from 255) = 42.61%
BLUE value IS 182 (71.48% from 255) = 39.57%
R=17.83%
G=42.61%
B=39.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal821961820.5800.070.23172.6349.1454.51
Hex52C4B63A0717ad3137
Octal1223042667207272556167
Binary1010010110001001011011011101001111011110101101110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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