Html Css Color HEX #52F19A Medium Aquamarine

📋 copy color: '#52F19A'

red 82 ◦ green 241 ◦ blue 154

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

Shades of Medium Aquamarine #52F19A

Tints of Medium Aquamarine #52F19A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50.52%

 BLUE value IS 154 (60.55% from 255) = 32.29%

R = 17.19%
G = 50.52%
B = 32.29%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#52F19A (or 0x52F19A) is known color: Medium Aquamarine. HEX triplet: 52, F1 and 9A. RGB value is (82,241,154). Sum of RGB (Red+Green+Blue) = 82+241+154=477 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.19% from 477); Green value is 241 (94.53% from 255 or 50.52% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 241 - color contains mainly: green. Hex color #52F19A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F19A is #AD0E65. Grayscale: #B7B7B7. Windows color (decimal): -11341414 or 10154322. OLE color: 10154322.

HSL color Cylindrical-coordinate representation of color #52F19A: hue angle of 147.17º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F19A is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 241 154 -
CMYK 0.66 0 0.36 0.05
HSL 147.17º 0.85% 0.63% -
HSV(B) 147.17º 0.66% 0.95% -
XYZ 40.77 67.04 41.36 -
YUV 183.54 111.32 55.57 -
System Red Green Blue C M Y K H S L
Decimal 82 241 154 0.66 0 0.36 0.05 147.17 0.85 0.63
Hex 52 F1 9A 42 0 24 5 93 55 3F
Octal 122 361 232 102 0 44 5 223 125 77
Binary 1010010 11110001 10011010 1000010 0 100100 101 10010011 1010101 111111

Color Harmonies of #52F19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F19A

Black with #52F19A

Text Example


Text Example

White with #52F19A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,241,154); }

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

background-color css

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

 a { background-color: rgb(82,241,154); }

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

border-color css

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

 span { border-color: rgb(82,241,154); }

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