#52C9A6

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

Shades of Puerto Rico #52C9A6

Tints of Puerto Rico #52C9A6

Color information

#52C9A6 (or 0x52C9A6) is unknown color: approx Puerto Rico. HEX triplet: 52, C9 and A6. RGB value is (82,201,166). Sum of RGB (Red+Green+Blue) = 82+201+166=449 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.26% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 166 (65.23% from 255 or 36.97% from 449); Max value from RGB is 201 - color contains mainly: green. Hex color #52C9A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C9A6 is #AD3659. Grayscale: #A1A1A1. Windows color (decimal): -11351642 or 10930514. OLE color: 10930514.

HSL color Cylindrical-coordinate representation of color #52C9A6: hue angle of 162.35º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C9A6 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB82201166-
CMYK0.5900.170.21
HSL162.35º52.42%55.49%-
HSV(B)162.35º59.2%78.82%-
XYZ31.2546.3243.37-
YUV161.43130.5871.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.26%
GREEN value IS 201 (78.91% from 255) = 44.77%
BLUE value IS 166 (65.23% from 255) = 36.97%
R=18.26%
G=44.77%
B=36.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal822011660.5900.170.21162.3552.4255.49
Hex52C9A63B01115a23437
Octal12231124673021252426467
Binary101001011001001101001101110110100011010110100010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C9A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,201,166); }

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

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

 a { background-color: rgb(82,201,166); }

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

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

 span { border-color: rgb(82,201,166); }

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