Html Css Color HEX #52F096 Medium Aquamarine

📋 copy color: '#52F096'

red 82 ◦ green 240 ◦ blue 150

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

Shades of Medium Aquamarine #52F096

Tints of Medium Aquamarine #52F096

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.85%

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

R = 17.37%
G = 50.85%
B = 31.78%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#52F096 (or 0x52F096) is known color: Medium Aquamarine. HEX triplet: 52, F0 and 96. RGB value is (82,240,150). Sum of RGB (Red+Green+Blue) = 82+240+150=472 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.37% from 472); Green value is 240 (94.14% from 255 or 50.85% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 240 - color contains mainly: green. Hex color #52F096 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F096 is #AD0F69. Grayscale: #B6B6B6. Windows color (decimal): -11341674 or 9891922. OLE color: 9891922.

HSL color Cylindrical-coordinate representation of color #52F096: hue angle of 145.82º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F096 is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 240 150 -
CMYK 0.66 0 0.37 0.06
HSL 145.82º 0.84% 0.63% -
HSV(B) 145.82º 0.66% 0.94% -
XYZ 40.14 66.32 39.54 -
YUV 182.5 109.65 56.32 -
System Red Green Blue C M Y K H S L
Decimal 82 240 150 0.66 0 0.37 0.06 145.82 0.84 0.63
Hex 52 F0 96 42 0 25 6 92 54 3F
Octal 122 360 226 102 0 45 6 222 124 77
Binary 1010010 11110000 10010110 1000010 0 100101 110 10010010 1010100 111111

Color Harmonies of #52F096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F096

Black with #52F096

Text Example


Text Example

White with #52F096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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