Html Css Color HEX #52F095 Medium Aquamarine

📋 copy color: '#52F095'

red 82 ◦ green 240 ◦ blue 149

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

Shades of Medium Aquamarine #52F095

Tints of Medium Aquamarine #52F095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.63%

R = 17.41%
G = 50.96%
B = 31.63%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#52F095 (or 0x52F095) is known color: Medium Aquamarine. HEX triplet: 52, F0 and 95. RGB value is (82,240,149). Sum of RGB (Red+Green+Blue) = 82+240+149=471 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.41% from 471); Green value is 240 (94.14% from 255 or 50.96% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 240 - color contains mainly: green. Hex color #52F095 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F095 is #AD0F6A. Grayscale: #B6B6B6. Windows color (decimal): -11341675 or 9826386. OLE color: 9826386.

HSL color Cylindrical-coordinate representation of color #52F095: hue angle of 145.44º 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 #52F095 is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 240 149 -
CMYK 0.66 0 0.38 0.06
HSL 145.44º 0.84% 0.63% -
HSV(B) 145.44º 0.66% 0.94% -
XYZ 40.06 66.28 39.12 -
YUV 182.38 109.15 56.4 -
System Red Green Blue C M Y K H S L
Decimal 82 240 149 0.66 0 0.38 0.06 145.44 0.84 0.63
Hex 52 F0 95 42 0 26 6 91 54 3F
Octal 122 360 225 102 0 46 6 221 124 77
Binary 1010010 11110000 10010101 1000010 0 100110 110 10010001 1010100 111111

Color Harmonies of #52F095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F095

Black with #52F095

Text Example


Text Example

White with #52F095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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