Html Css Color HEX #53EEA2 Medium Aquamarine

📋 copy color: '#53EEA2'

red 83 ◦ green 238 ◦ blue 162

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

Shades of Medium Aquamarine #53EEA2

Tints of Medium Aquamarine #53EEA2

RGB

 RED value IS 83 (32.81% from 255) = 17.18%

 GREEN value IS 238 (93.36% from 255) = 49.28%

 BLUE value IS 162 (63.67% from 255) = 33.54%

R = 17.18%
G = 49.28%
B = 33.54%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#53EEA2 (or 0x53EEA2) is known color: Medium Aquamarine. HEX triplet: 53, EE and A2. RGB value is (83,238,162). Sum of RGB (Red+Green+Blue) = 83+238+162=483 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.18% from 483); Green value is 238 (93.36% from 255 or 49.28% from 483); Blue value is 162 (63.67% from 255 or 33.54% from 483); Max value from RGB is 238 - color contains mainly: green. Hex color #53EEA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53EEA2 is #AC115D. Grayscale: #B7B7B7. Windows color (decimal): -11276638 or 10677843. OLE color: 10677843.

HSL color Cylindrical-coordinate representation of color #53EEA2: hue angle of 150.58º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53EEA2 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 238 162 -
CMYK 0.65 0 0.32 0.07
HSL 150.58º 0.82% 0.63% -
HSV(B) 150.58º 0.65% 0.93% -
XYZ 40.66 65.6 44.7 -
YUV 182.99 116.15 56.68 -
System Red Green Blue C M Y K H S L
Decimal 83 238 162 0.65 0 0.32 0.07 150.58 0.82 0.63
Hex 53 EE A2 41 0 20 7 97 52 3F
Octal 123 356 242 101 0 40 7 227 122 77
Binary 1010011 11101110 10100010 1000001 0 100000 111 10010111 1010010 111111

Color Harmonies of #53EEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EEA2

Black with #53EEA2

Text Example


Text Example

White with #53EEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53EEA2; }

 p { color: rgb(83,238,162); }

 H1.HeaderClassName
 {
   color: #53EEA2;
 }
 .AnyTagClassName
 {
   color: #53EEA2;
 }
</style>

background-color css

<style>
 a { background-color: #53EEA2; }

 a { background-color: rgb(83,238,162); }

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

border-color css

<style>
 span { border-color: #53EEA2; }

 span { border-color: rgb(83,238,162); }

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