Html Css Color HEX #52D896 Medium Aquamarine

📋 copy color: '#52D896'

red 82 ◦ green 216 ◦ blue 150

#52D896
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #52D896

Tints of Medium Aquamarine #52D896

RGB

 RED value IS 82 (32.42% from 255) = 18.3%

 GREEN value IS 216 (84.77% from 255) = 48.21%

 BLUE value IS 150 (58.98% from 255) = 33.48%

R = 18.3%
G = 48.21%
B = 33.48%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#52D896 (or 0x52D896) is known color: Medium Aquamarine. HEX triplet: 52, D8 and 96. RGB value is (82,216,150). Sum of RGB (Red+Green+Blue) = 82+216+150=448 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.30% from 448); Green value is 216 (84.77% from 255 or 48.21% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 216 - color contains mainly: green. Hex color #52D896 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D896 is #AD2769. Grayscale: #A8A8A8. Windows color (decimal): -11347818 or 9885778. OLE color: 9885778.

HSL color Cylindrical-coordinate representation of color #52D896: hue angle of 150.45º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D896 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 216 150 -
CMYK 0.62 0 0.31 0.15
HSL 150.45º 0.63% 0.58% -
HSV(B) 150.45º 0.62% 0.85% -
XYZ 33.54 53.11 37.34 -
YUV 168.41 117.61 66.37 -
System Red Green Blue C M Y K H S L
Decimal 82 216 150 0.62 0 0.31 0.15 150.45 0.63 0.58
Hex 52 D8 96 3E 0 1F F 96 3F 3A
Octal 122 330 226 76 0 37 17 226 77 72
Binary 1010010 11011000 10010110 111110 0 11111 1111 10010110 111111 111010

Color Harmonies of #52D896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D896

Black with #52D896

Text Example


Text Example

White with #52D896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,216,150); }

 H1.HeaderClassName
 {
   color: #52D896;
 }
 .AnyTagClassName
 {
   color: #52D896;
 }
</style>

background-color css

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

 a { background-color: rgb(82,216,150); }

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

border-color css

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

 span { border-color: rgb(82,216,150); }

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