Html Css Color HEX #52F19B Medium Aquamarine

📋 copy color: '#52F19B'

red 82 ◦ green 241 ◦ blue 155

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

Shades of Medium Aquamarine #52F19B

Tints of Medium Aquamarine #52F19B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.43%

R = 17.15%
G = 50.42%
B = 32.43%

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

#52F19B (or 0x52F19B) is known color: Medium Aquamarine. HEX triplet: 52, F1 and 9B. RGB value is (82,241,155). Sum of RGB (Red+Green+Blue) = 82+241+155=478 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.15% from 478); Green value is 241 (94.53% from 255 or 50.42% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 241 - color contains mainly: green. Hex color #52F19B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F19B is #AD0E64. Grayscale: #B7B7B7. Windows color (decimal): -11341413 or 10219858. OLE color: 10219858.

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

Color convert

RGB 82 241 155 -
CMYK 0.66 0 0.36 0.05
HSL 147.55º 0.85% 0.63% -
HSV(B) 147.55º 0.66% 0.95% -
XYZ 40.85 67.07 41.8 -
YUV 183.66 111.82 55.49 -
System Red Green Blue C M Y K H S L
Decimal 82 241 155 0.66 0 0.36 0.05 147.55 0.85 0.63
Hex 52 F1 9B 42 0 24 5 94 55 3F
Octal 122 361 233 102 0 44 5 224 125 77
Binary 1010010 11110001 10011011 1000010 0 100100 101 10010100 1010101 111111

Color Harmonies of #52F19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F19B

Black with #52F19B

Text Example


Text Example

White with #52F19B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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