Html Css Color HEX #52F097 Medium Aquamarine

📋 copy color: '#52F097'

red 82 ◦ green 240 ◦ blue 151

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

Shades of Medium Aquamarine #52F097

Tints of Medium Aquamarine #52F097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.92%

R = 17.34%
G = 50.74%
B = 31.92%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#52F097 (or 0x52F097) is known color: Medium Aquamarine. HEX triplet: 52, F0 and 97. RGB value is (82,240,151). Sum of RGB (Red+Green+Blue) = 82+240+151=473 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.34% from 473); Green value is 240 (94.14% from 255 or 50.74% from 473); Blue value is 151 (59.38% from 255 or 31.92% from 473); Max value from RGB is 240 - color contains mainly: green. Hex color #52F097 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F097 is #AD0F68. Grayscale: #B6B6B6. Windows color (decimal): -11341673 or 9957458. OLE color: 9957458.

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

Color convert

RGB 82 240 151 -
CMYK 0.66 0 0.37 0.06
HSL 146.2º 0.84% 0.63% -
HSV(B) 146.2º 0.66% 0.94% -
XYZ 40.23 66.35 39.96 -
YUV 182.61 110.15 56.24 -
System Red Green Blue C M Y K H S L
Decimal 82 240 151 0.66 0 0.37 0.06 146.2 0.84 0.63
Hex 52 F0 97 42 0 25 6 92 54 3F
Octal 122 360 227 102 0 45 6 222 124 77
Binary 1010010 11110000 10010111 1000010 0 100101 110 10010010 1010100 111111

Color Harmonies of #52F097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F097

Black with #52F097

Text Example


Text Example

White with #52F097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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