Html Css Color HEX #52D897 Medium Aquamarine

📋 copy color: '#52D897'

red 82 ◦ green 216 ◦ blue 151

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

Shades of Medium Aquamarine #52D897

Tints of Medium Aquamarine #52D897

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.11%

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

R = 18.26%
G = 48.11%
B = 33.63%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#52D897 (or 0x52D897) is known color: Medium Aquamarine. HEX triplet: 52, D8 and 97. RGB value is (82,216,151). Sum of RGB (Red+Green+Blue) = 82+216+151=449 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.26% from 449); Green value is 216 (84.77% from 255 or 48.11% from 449); Blue value is 151 (59.38% from 255 or 33.63% from 449); Max value from RGB is 216 - color contains mainly: green. Hex color #52D897 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D897 is #AD2768. Grayscale: #A8A8A8. Windows color (decimal): -11347817 or 9951314. OLE color: 9951314.

HSL color Cylindrical-coordinate representation of color #52D897: hue angle of 150.9º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D897 is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 216 151 -
CMYK 0.62 0 0.30 0.15
HSL 150.9º 0.63% 0.58% -
HSV(B) 150.9º 0.62% 0.85% -
XYZ 33.62 53.14 37.76 -
YUV 168.52 118.11 66.29 -
System Red Green Blue C M Y K H S L
Decimal 82 216 151 0.62 0 0.30 0.15 150.9 0.63 0.58
Hex 52 D8 97 3E 0 1E F 97 3F 3A
Octal 122 330 227 76 0 36 17 227 77 72
Binary 1010010 11011000 10010111 111110 0 11110 1111 10010111 111111 111010

Color Harmonies of #52D897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D897

Black with #52D897

Text Example


Text Example

White with #52D897

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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