#52C3AF

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

Shades of Puerto Rico #52C3AF

Tints of Puerto Rico #52C3AF

Color information

#52C3AF (or 0x52C3AF) is unknown color: approx Puerto Rico. HEX triplet: 52, C3 and AF. RGB value is (82,195,175). Sum of RGB (Red+Green+Blue) = 82+195+175=452 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.14% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 195 - color contains mainly: green. Hex color #52C3AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C3AF is #AD3C50. Grayscale: #9E9E9E. Windows color (decimal): -11353169 or 11518802. OLE color: 11518802.

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

Color convert

RGB82195175-
CMYK0.5800.100.24
HSL169.38º48.5%54.31%-
HSV(B)169.38º57.95%76.47%-
XYZ30.7343.9247.41-
YUV158.93137.0673.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.14%
GREEN value IS 195 (76.56% from 255) = 43.14%
BLUE value IS 175 (68.75% from 255) = 38.72%
R=18.14%
G=43.14%
B=38.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal821951750.5800.100.24169.3848.554.31
Hex52C3AF3A0A18a93036
Octal12230325772012302516066
Binary10100101100001110101111111010010101100010101001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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