Html Css Color HEX #52EBA8 Medium Aquamarine

📋 copy color: '#52EBA8'

red 82 ◦ green 235 ◦ blue 168

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

Shades of Medium Aquamarine #52EBA8

Tints of Medium Aquamarine #52EBA8

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.45%

 BLUE value IS 168 (66.02% from 255) = 34.64%

R = 16.91%
G = 48.45%
B = 34.64%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#52EBA8 (or 0x52EBA8) is known color: Medium Aquamarine. HEX triplet: 52, EB and A8. RGB value is (82,235,168). Sum of RGB (Red+Green+Blue) = 82+235+168=485 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.91% from 485); Green value is 235 (92.19% from 255 or 48.45% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 235 - color contains mainly: green. Hex color #52EBA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EBA8 is #AD1457. Grayscale: #B5B5B5. Windows color (decimal): -11342936 or 11070290. OLE color: 11070290.

HSL color Cylindrical-coordinate representation of color #52EBA8: hue angle of 153.73º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52EBA8 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 235 168 -
CMYK 0.65 0 0.29 0.08
HSL 153.73º 0.79% 0.62% -
HSV(B) 153.73º 0.65% 0.92% -
XYZ 40.26 64.04 47.28 -
YUV 181.62 120.31 56.95 -
System Red Green Blue C M Y K H S L
Decimal 82 235 168 0.65 0 0.29 0.08 153.73 0.79 0.62
Hex 52 EB A8 41 0 1D 8 9A 4F 3E
Octal 122 353 250 101 0 35 10 232 117 76
Binary 1010010 11101011 10101000 1000001 0 11101 1000 10011010 1001111 111110

Color Harmonies of #52EBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EBA8

Black with #52EBA8

Text Example


Text Example

White with #52EBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,235,168); }

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

background-color css

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

 a { background-color: rgb(82,235,168); }

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

border-color css

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

 span { border-color: rgb(82,235,168); }

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