#52E6B0

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

Shades of Medium Aquamarine #52E6B0

Tints of Medium Aquamarine #52E6B0

Color information

#52E6B0 (or 0x52E6B0) is unknown color: approx Medium Aquamarine. HEX triplet: 52, E6 and B0. RGB value is (82,230,176). Sum of RGB (Red+Green+Blue) = 82+230+176=488 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.80% from 488); Green value is 230 (90.23% from 255 or 47.13% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 230 - color contains mainly: green. Hex color #52E6B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52E6B0 is #AD194F. Grayscale: #B3B3B3. Windows color (decimal): -11344208 or 11593298. OLE color: 11593298.

HSL color Cylindrical-coordinate representation of color #52E6B0: hue angle of 158.11º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E6B0 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB82230176-
CMYK0.6400.230.10
HSL158.11º74.75%61.18%-
HSV(B)158.11º64.35%90.2%-
XYZ39.6161.5250.86-
YUV179.59125.9758.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.80%
GREEN value IS 230 (90.23% from 255) = 47.13%
BLUE value IS 176 (69.14% from 255) = 36.07%
R=16.80%
G=47.13%
B=36.07%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal822301760.6400.230.10158.1174.7561.18
Hex52E6B040017A9e4b3d
Octal1223462601000271223611375
Binary1010010111001101011000010000000101111010100111101001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,230,176); }

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

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

 a { background-color: rgb(82,230,176); }

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

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

 span { border-color: rgb(82,230,176); }

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