Html Css Color HEX #52DF98 Medium Aquamarine

📋 copy color: '#52DF98'

red 82 ◦ green 223 ◦ blue 152

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

Shades of Medium Aquamarine #52DF98

Tints of Medium Aquamarine #52DF98

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.8%

 BLUE value IS 152 (59.77% from 255) = 33.26%

R = 17.94%
G = 48.8%
B = 33.26%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#52DF98 (or 0x52DF98) is known color: Medium Aquamarine. HEX triplet: 52, DF and 98. RGB value is (82,223,152). Sum of RGB (Red+Green+Blue) = 82+223+152=457 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.94% from 457); Green value is 223 (87.5% from 255 or 48.80% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DF98 is #AD2067. Grayscale: #ACACAC. Windows color (decimal): -11346024 or 10018642. OLE color: 10018642.

HSL color Cylindrical-coordinate representation of color #52DF98: hue angle of 149.79º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DF98 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 223 152 -
CMYK 0.63 0 0.32 0.13
HSL 149.79º 0.69% 0.6% -
HSV(B) 149.79º 0.63% 0.87% -
XYZ 35.53 56.84 38.8 -
YUV 172.75 116.29 63.27 -
System Red Green Blue C M Y K H S L
Decimal 82 223 152 0.63 0 0.32 0.13 149.79 0.69 0.6
Hex 52 DF 98 3F 0 20 D 96 45 3C
Octal 122 337 230 77 0 40 15 226 105 74
Binary 1010010 11011111 10011000 111111 0 100000 1101 10010110 1000101 111100

Color Harmonies of #52DF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DF98

Black with #52DF98

Text Example


Text Example

White with #52DF98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,223,152); }

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

background-color css

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

 a { background-color: rgb(82,223,152); }

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

border-color css

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

 span { border-color: rgb(82,223,152); }

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