Html Css Color HEX #52F799 Medium Aquamarine

📋 copy color: '#52F799'

red 82 ◦ green 247 ◦ blue 153

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

Shades of Medium Aquamarine #52F799

Tints of Medium Aquamarine #52F799

RGB

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

 GREEN value IS 247 (96.88% from 255) = 51.24%

 BLUE value IS 153 (60.16% from 255) = 31.74%

R = 17.01%
G = 51.24%
B = 31.74%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#52F799 (or 0x52F799) is known color: Medium Aquamarine. HEX triplet: 52, F7 and 99. RGB value is (82,247,153). Sum of RGB (Red+Green+Blue) = 82+247+153=482 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.01% from 482); Green value is 247 (96.88% from 255 or 51.24% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 247 - color contains mainly: green. Hex color #52F799 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F799 is #AD0866. Grayscale: #BBBBBB. Windows color (decimal): -11339879 or 10090322. OLE color: 10090322.

HSL color Cylindrical-coordinate representation of color #52F799: hue angle of 145.82º degrees, saturation: 0.91, 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 #52F799 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB 82 247 153 -
CMYK 0.67 0 0.38 0.03
HSL 145.82º 0.91% 0.65% -
HSV(B) 145.82º 0.67% 0.97% -
XYZ 42.49 70.62 41.53 -
YUV 186.95 108.84 53.14 -
System Red Green Blue C M Y K H S L
Decimal 82 247 153 0.67 0 0.38 0.03 145.82 0.91 0.65
Hex 52 F7 99 43 0 26 3 92 5B 41
Octal 122 367 231 103 0 46 3 222 133 101
Binary 1010010 11110111 10011001 1000011 0 100110 11 10010010 1011011 1000001

Color Harmonies of #52F799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F799

Black with #52F799

Text Example


Text Example

White with #52F799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,247,153); }

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

background-color css

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

 a { background-color: rgb(82,247,153); }

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

border-color css

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

 span { border-color: rgb(82,247,153); }

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