#52cca0

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

Shades of Puerto Rico #52CCA0

Tints of Puerto Rico #52CCA0

Color information

#52CCA0 (or 0x52CCA0) is unknown color: approx Puerto Rico. HEX triplet: 52, CC and A0. RGB value is (82,204,160). Sum of RGB (Red+Green+Blue) = 82+204+160=446 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.39% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 204 - color contains mainly: green. Hex color #52CCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CCA0 is #AD335F. Grayscale: #A2A2A2. Windows color (decimal): -11350880 or 10538066. OLE color: 10538066.

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

Color convert

RGB82204160-
CMYK0.6000.220.2
HSL158.36º54.46%56.08%-
HSV(B)158.36º59.8%80%-
XYZ31.4247.5240.77-
YUV162.51126.5870.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.39%
GREEN value IS 204 (80.08% from 255) = 45.74%
BLUE value IS 160 (62.89% from 255) = 35.87%
R=18.39%
G=45.74%
B=35.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal822041600.6000.220.2158.3654.4656.08
Hex52CCA03C016149e3638
Octal12231424074026242366670
Binary101001011001100101000001111000101101010010011110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52cca0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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