#52CC9C

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

Shades of Puerto Rico #52CC9C

Tints of Puerto Rico #52CC9C

Color information

#52CC9C (or 0x52CC9C) is unknown color: approx Puerto Rico. HEX triplet: 52, CC and 9C. RGB value is (82,204,156). Sum of RGB (Red+Green+Blue) = 82+204+156=442 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.55% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 204 - color contains mainly: green. Hex color #52CC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CC9C is #AD3363. Grayscale: #A2A2A2. Windows color (decimal): -11350884 or 10275922. OLE color: 10275922.

HSL color Cylindrical-coordinate representation of color #52CC9C: hue angle of 156.39º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CC9C is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB82204156-
CMYK0.6000.240.2
HSL156.39º54.46%56.08%-
HSV(B)156.39º59.8%80%-
XYZ31.0747.3838.96-
YUV162.05124.5870.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.55%
GREEN value IS 204 (80.08% from 255) = 46.15%
BLUE value IS 156 (61.33% from 255) = 35.29%
R=18.55%
G=46.15%
B=35.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal822041560.6000.240.2156.3954.4656.08
Hex52CC9C3C018149c3638
Octal12231423474030242346670
Binary101001011001100100111001111000110001010010011100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,204,156); }

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

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

 a { background-color: rgb(82,204,156); }

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

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

 span { border-color: rgb(82,204,156); }

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