Html Css Color HEX #53EAA2 Medium Aquamarine

📋 copy color: '#53EAA2'

red 83 ◦ green 234 ◦ blue 162

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

Shades of Medium Aquamarine #53EAA2

Tints of Medium Aquamarine #53EAA2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.85%

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

R = 17.33%
G = 48.85%
B = 33.82%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#53EAA2 (or 0x53EAA2) is known color: Medium Aquamarine. HEX triplet: 53, EA and A2. RGB value is (83,234,162). Sum of RGB (Red+Green+Blue) = 83+234+162=479 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.33% from 479); Green value is 234 (91.80% from 255 or 48.85% from 479); Blue value is 162 (63.67% from 255 or 33.82% from 479); Max value from RGB is 234 - color contains mainly: green. Hex color #53EAA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53EAA2 is #AC155D. Grayscale: #B4B4B4. Windows color (decimal): -11277662 or 10676819. OLE color: 10676819.

HSL color Cylindrical-coordinate representation of color #53EAA2: hue angle of 151.39º degrees, saturation: 0.78, 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 #53EAA2 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 234 162 -
CMYK 0.65 0 0.31 0.08
HSL 151.39º 0.78% 0.62% -
HSV(B) 151.39º 0.65% 0.92% -
XYZ 39.51 63.29 44.32 -
YUV 180.64 117.47 58.35 -
System Red Green Blue C M Y K H S L
Decimal 83 234 162 0.65 0 0.31 0.08 151.39 0.78 0.62
Hex 53 EA A2 41 0 1F 8 97 4E 3E
Octal 123 352 242 101 0 37 10 227 116 76
Binary 1010011 11101010 10100010 1000001 0 11111 1000 10010111 1001110 111110

Color Harmonies of #53EAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EAA2

Black with #53EAA2

Text Example


Text Example

White with #53EAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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