#52C4B2

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

Shades of Puerto Rico #52C4B2

Tints of Puerto Rico #52C4B2

Color information

#52C4B2 (or 0x52C4B2) is unknown color: approx Puerto Rico. HEX triplet: 52, C4 and B2. RGB value is (82,196,178). Sum of RGB (Red+Green+Blue) = 82+196+178=456 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.98% from 456); Green value is 196 (76.95% from 255 or 42.98% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 196 - color contains mainly: green. Hex color #52C4B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C4B2 is #AD3B4D. Grayscale: #9F9F9F. Windows color (decimal): -11352910 or 11715666. OLE color: 11715666.

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

Color convert

RGB82196178-
CMYK0.5800.090.23
HSL170.53º49.14%54.51%-
HSV(B)170.53º58.16%76.86%-
XYZ31.2644.4949.06-
YUV159.86138.2372.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.98%
GREEN value IS 196 (76.95% from 255) = 42.98%
BLUE value IS 178 (69.92% from 255) = 39.04%
R=17.98%
G=42.98%
B=39.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal821961780.5800.090.23170.5349.1454.51
Hex52C4B23A0917ab3137
Octal12230426272011272536167
Binary10100101100010010110010111010010011011110101011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C4B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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