#52C8A4

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

Shades of Puerto Rico #52C8A4

Tints of Puerto Rico #52C8A4

Color information

#52C8A4 (or 0x52C8A4) is unknown color: approx Puerto Rico. HEX triplet: 52, C8 and A4. RGB value is (82,200,164). Sum of RGB (Red+Green+Blue) = 82+200+164=446 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.39% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 164 (64.45% from 255 or 36.77% from 446); Max value from RGB is 200 - color contains mainly: green. Hex color #52C8A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C8A4 is #AD375B. Grayscale: #A0A0A0. Windows color (decimal): -11351900 or 10799186. OLE color: 10799186.

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

Color convert

RGB82200164-
CMYK0.5900.180.22
HSL161.69º51.75%55.29%-
HSV(B)161.69º59%78.43%-
XYZ30.8345.7842.33-
YUV160.61129.9171.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.39%
GREEN value IS 200 (78.52% from 255) = 44.84%
BLUE value IS 164 (64.45% from 255) = 36.77%
R=18.39%
G=44.84%
B=36.77%

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
Decimal822001640.5900.180.22161.6951.7555.29
Hex52C8A43B01216a23437
Octal12231024473022262426467
Binary101001011001000101001001110110100101011010100010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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