#52CCA4

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

Shades of Puerto Rico #52CCA4

Tints of Puerto Rico #52CCA4

Color information

#52CCA4 (or 0x52CCA4) is unknown color: approx Puerto Rico. HEX triplet: 52, CC and A4. RGB value is (82,204,164). Sum of RGB (Red+Green+Blue) = 82+204+164=450 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.22% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 164 (64.45% from 255 or 36.44% from 450); Max value from RGB is 204 - color contains mainly: green. Hex color #52CCA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CCA4 is #AD335B. Grayscale: #A3A3A3. Windows color (decimal): -11350876 or 10800210. OLE color: 10800210.

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

Color convert

RGB82204164-
CMYK0.6000.200.2
HSL160.33º54.46%56.08%-
HSV(B)160.33º59.8%80%-
XYZ31.7747.6642.65-
YUV162.96128.5870.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.22%
GREEN value IS 204 (80.08% from 255) = 45.33%
BLUE value IS 164 (64.45% from 255) = 36.44%
R=18.22%
G=45.33%
B=36.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal822041640.6000.200.2160.3354.4656.08
Hex52CCA43C01414a03638
Octal12231424474024242406670
Binary101001011001100101001001111000101001010010100000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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