Html Css Color HEX #52F0B5 Medium Aquamarine

📋 copy color: '#52F0B5'

red 82 ◦ green 240 ◦ blue 181

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

Shades of Medium Aquamarine #52F0B5

Tints of Medium Aquamarine #52F0B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.98%

R = 16.3%
G = 47.71%
B = 35.98%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#52F0B5 (or 0x52F0B5) is known color: Medium Aquamarine. HEX triplet: 52, F0 and B5. RGB value is (82,240,181). Sum of RGB (Red+Green+Blue) = 82+240+181=503 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.30% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 181 (71.09% from 255 or 35.98% from 503); Max value from RGB is 240 - color contains mainly: green. Hex color #52F0B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F0B5 is #AD0F4A. Grayscale: #BABABA. Windows color (decimal): -11341643 or 11923538. OLE color: 11923538.

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

Color convert

RGB 82 240 181 -
CMYK 0.66 0 0.25 0.06
HSL 157.59º 0.84% 0.63% -
HSV(B) 157.59º 0.66% 0.94% -
XYZ 42.98 67.45 54.47 -
YUV 186.03 125.15 53.8 -
System Red Green Blue C M Y K H S L
Decimal 82 240 181 0.66 0 0.25 0.06 157.59 0.84 0.63
Hex 52 F0 B5 42 0 19 6 9E 54 3F
Octal 122 360 265 102 0 31 6 236 124 77
Binary 1010010 11110000 10110101 1000010 0 11001 110 10011110 1010100 111111

Color Harmonies of #52F0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F0B5

Black with #52F0B5

Text Example


Text Example

White with #52F0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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