#52C6A1

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

Shades of Puerto Rico #52C6A1

Tints of Puerto Rico #52C6A1

Color information

#52C6A1 (or 0x52C6A1) is unknown color: approx Puerto Rico. HEX triplet: 52, C6 and A1. RGB value is (82,198,161). Sum of RGB (Red+Green+Blue) = 82+198+161=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 198 (77.73% from 255 or 44.90% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 198 - color contains mainly: green. Hex color #52C6A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C6A1 is #AD395E. Grayscale: #9F9F9F. Windows color (decimal): -11352415 or 10602066. OLE color: 10602066.

HSL color Cylindrical-coordinate representation of color #52C6A1: hue angle of 160.86º 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 #52C6A1 is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB82198161-
CMYK0.5900.190.22
HSL160.86º50.43%54.9%-
HSV(B)160.86º58.59%77.65%-
XYZ30.1144.7640.77-
YUV159.1129.0773.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.59%
GREEN value IS 198 (77.73% from 255) = 44.90%
BLUE value IS 161 (63.28% from 255) = 36.51%
R=18.59%
G=44.90%
B=36.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal821981610.5900.190.22160.8650.4354.9
Hex52C6A13B01316a13237
Octal12230624173023262416267
Binary101001011000110101000011110110100111011010100001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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