Html Css Color HEX #52F8A7 Medium Aquamarine

📋 copy color: '#52F8A7'

red 82 ◦ green 248 ◦ blue 167

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

Shades of Medium Aquamarine #52F8A7

Tints of Medium Aquamarine #52F8A7

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.9%

 BLUE value IS 167 (65.63% from 255) = 33.6%

R = 16.5%
G = 49.9%
B = 33.6%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#52F8A7 (or 0x52F8A7) is known color: Medium Aquamarine. HEX triplet: 52, F8 and A7. RGB value is (82,248,167). Sum of RGB (Red+Green+Blue) = 82+248+167=497 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.50% from 497); Green value is 248 (97.27% from 255 or 49.90% from 497); Blue value is 167 (65.62% from 255 or 33.60% from 497); Max value from RGB is 248 - color contains mainly: green. Hex color #52F8A7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F8A7 is #AD0758. Grayscale: #BDBDBD. Windows color (decimal): -11339609 or 11008082. OLE color: 11008082.

HSL color Cylindrical-coordinate representation of color #52F8A7: hue angle of 150.72º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F8A7 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB 82 248 167 -
CMYK 0.67 0 0.33 0.03
HSL 150.72º 0.92% 0.65% -
HSV(B) 150.72º 0.67% 0.97% -
XYZ 44.02 71.72 48.08 -
YUV 189.13 115.5 51.59 -
System Red Green Blue C M Y K H S L
Decimal 82 248 167 0.67 0 0.33 0.03 150.72 0.92 0.65
Hex 52 F8 A7 43 0 21 3 97 5C 41
Octal 122 370 247 103 0 41 3 227 134 101
Binary 1010010 11111000 10100111 1000011 0 100001 11 10010111 1011100 1000001

Color Harmonies of #52F8A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F8A7

Black with #52F8A7

Text Example


Text Example

White with #52F8A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,248,167); }

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

background-color css

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

 a { background-color: rgb(82,248,167); }

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

border-color css

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

 span { border-color: rgb(82,248,167); }

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