Html Css Color HEX #52F896 Medium Aquamarine

📋 copy color: '#52F896'

red 82 ◦ green 248 ◦ blue 150

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

Shades of Medium Aquamarine #52F896

Tints of Medium Aquamarine #52F896

RGB

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

 GREEN value IS 248 (97.27% from 255) = 51.67%

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

R = 17.08%
G = 51.67%
B = 31.25%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#52F896 (or 0x52F896) is known color: Medium Aquamarine. HEX triplet: 52, F8 and 96. RGB value is (82,248,150). Sum of RGB (Red+Green+Blue) = 82+248+150=480 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.08% from 480); Green value is 248 (97.27% from 255 or 51.67% from 480); Blue value is 150 (58.98% from 255 or 31.25% from 480); Max value from RGB is 248 - color contains mainly: green. Hex color #52F896 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F896 is #AD0769. Grayscale: #BBBBBB. Windows color (decimal): -11339626 or 9893970. OLE color: 9893970.

HSL color Cylindrical-coordinate representation of color #52F896: hue angle of 144.58º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F896 is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 82 248 150 -
CMYK 0.67 0 0.40 0.03
HSL 144.58º 0.92% 0.65% -
HSV(B) 144.58º 0.67% 0.97% -
XYZ 42.55 71.13 40.34 -
YUV 187.19 107 52.97 -
System Red Green Blue C M Y K H S L
Decimal 82 248 150 0.67 0 0.40 0.03 144.58 0.92 0.65
Hex 52 F8 96 43 0 28 3 91 5C 41
Octal 122 370 226 103 0 50 3 221 134 101
Binary 1010010 11111000 10010110 1000011 0 101000 11 10010001 1011100 1000001

Color Harmonies of #52F896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F896

Black with #52F896

Text Example


Text Example

White with #52F896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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