#52C3A0

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

Shades of Puerto Rico #52C3A0

Tints of Puerto Rico #52C3A0

Color information

#52C3A0 (or 0x52C3A0) is unknown color: approx Puerto Rico. HEX triplet: 52, C3 and A0. RGB value is (82,195,160). Sum of RGB (Red+Green+Blue) = 82+195+160=437 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.76% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 195 - color contains mainly: green. Hex color #52C3A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C3A0 is #AD3C5F. Grayscale: #9D9D9D. Windows color (decimal): -11353184 or 10535762. OLE color: 10535762.

HSL color Cylindrical-coordinate representation of color #52C3A0: hue angle of 161.42º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C3A0 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB82195160-
CMYK0.5800.180.24
HSL161.42º48.5%54.31%-
HSV(B)161.42º57.95%76.47%-
XYZ29.3443.3640.08-
YUV157.22129.5674.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.76%
GREEN value IS 195 (76.56% from 255) = 44.62%
BLUE value IS 160 (62.89% from 255) = 36.61%
R=18.76%
G=44.62%
B=36.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal821951600.5800.180.24161.4248.554.31
Hex52C3A03A01218a13036
Octal12230324072022302416066
Binary101001011000011101000001110100100101100010100001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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