#52EEAF

Color #52EEAF Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #52EEAF

Tints of Medium Aquamarine #52EEAF

Color information

#52EEAF (or 0x52EEAF) is unknown color: approx Medium Aquamarine. HEX triplet: 52, EE and AF. RGB value is (82,238,175). Sum of RGB (Red+Green+Blue) = 82+238+175=495 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.57% from 495); Green value is 238 (93.36% from 255 or 48.08% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 238 - color contains mainly: green. Hex color #52EEAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EEAF is #AD1150. Grayscale: #B8B8B8. Windows color (decimal): -11342161 or 11529810. OLE color: 11529810.

HSL color Cylindrical-coordinate representation of color #52EEAF: hue angle of 155.77º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52EEAF is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB82238175-
CMYK0.6600.260.07
HSL155.77º82.11%62.75%-
HSV(B)155.77º65.55%93.33%-
XYZ41.7966.0451.1-
YUV184.17122.8255.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.57%
GREEN value IS 238 (93.36% from 255) = 48.08%
BLUE value IS 175 (68.75% from 255) = 35.35%
R=16.57%
G=48.08%
B=35.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal822381750.6600.260.07155.7782.1162.75
Hex52EEAF4201A79c523f
Octal122356257102032723412277
Binary101001011101110101011111000010011010111100111001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52EEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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