#52C2A3

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

Shades of Puerto Rico #52C2A3

Tints of Puerto Rico #52C2A3

Color information

#52C2A3 (or 0x52C2A3) is unknown color: approx Puerto Rico. HEX triplet: 52, C2 and A3. RGB value is (82,194,163). Sum of RGB (Red+Green+Blue) = 82+194+163=439 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.68% from 439); Green value is 194 (76.17% from 255 or 44.19% from 439); Blue value is 163 (64.06% from 255 or 37.13% from 439); Max value from RGB is 194 - color contains mainly: green. Hex color #52C2A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C2A3 is #AD3D5C. Grayscale: #9C9C9C. Windows color (decimal): -11353437 or 10732114. OLE color: 10732114.

HSL color Cylindrical-coordinate representation of color #52C2A3: hue angle of 163.39º 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 #52C2A3 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB82194163-
CMYK0.5800.160.24
HSL163.39º47.86%54.12%-
HSV(B)163.39º57.73%76.08%-
XYZ29.3843.0241.41-
YUV156.98131.3974.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.68%
GREEN value IS 194 (76.17% from 255) = 44.19%
BLUE value IS 163 (64.06% from 255) = 37.13%
R=18.68%
G=44.19%
B=37.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal821941630.5800.160.24163.3947.8654.12
Hex52C2A33A01018a33036
Octal12230224372020302436066
Binary101001011000010101000111110100100001100010100011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C2A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,194,163); }

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

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

 a { background-color: rgb(82,194,163); }

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

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

 span { border-color: rgb(82,194,163); }

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