#52C6A2

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

Shades of Puerto Rico #52C6A2

Tints of Puerto Rico #52C6A2

Color information

#52C6A2 (or 0x52C6A2) is unknown color: approx Puerto Rico. HEX triplet: 52, C6 and A2. RGB value is (82,198,162). Sum of RGB (Red+Green+Blue) = 82+198+162=442 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.55% from 442); Green value is 198 (77.73% from 255 or 44.80% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 198 - color contains mainly: green. Hex color #52C6A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C6A2 is #AD395D. Grayscale: #9F9F9F. Windows color (decimal): -11352414 or 10667602. OLE color: 10667602.

HSL color Cylindrical-coordinate representation of color #52C6A2: hue angle of 161.38º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C6A2 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB82198162-
CMYK0.5900.180.22
HSL161.38º50.43%54.9%-
HSV(B)161.38º58.59%77.65%-
XYZ30.244.7941.24-
YUV159.21129.5772.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.55%
GREEN value IS 198 (77.73% from 255) = 44.80%
BLUE value IS 162 (63.67% from 255) = 36.65%
R=18.55%
G=44.80%
B=36.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal821981620.5900.180.22161.3850.4354.9
Hex52C6A23B01216a13237
Octal12230624273022262416267
Binary101001011000110101000101110110100101011010100001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,198,162); }

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

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

 a { background-color: rgb(82,198,162); }

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

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

 span { border-color: rgb(82,198,162); }

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