Html Css Color HEX #5AE5A2 Medium Aquamarine

📋 copy color: '#5AE5A2'

red 90 ◦ green 229 ◦ blue 162

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

Shades of Medium Aquamarine #5AE5A2

Tints of Medium Aquamarine #5AE5A2

RGB

 RED value IS 90 (35.55% from 255) = 18.71%

 GREEN value IS 229 (89.84% from 255) = 47.61%

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

R = 18.71%
G = 47.61%
B = 33.68%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.29

 K value IS 0.10

RGB Variations

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

Color information

#5AE5A2 (or 0x5AE5A2) is known color: Medium Aquamarine. HEX triplet: 5A, E5 and A2. RGB value is (90,229,162). Sum of RGB (Red+Green+Blue) = 90+229+162=481 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.71% from 481); Green value is 229 (89.84% from 255 or 47.61% from 481); Blue value is 162 (63.67% from 255 or 33.68% from 481); Max value from RGB is 229 - color contains mainly: green. Hex color #5AE5A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AE5A2 is #A51A5D. Grayscale: #B3B3B3. Windows color (decimal): -10820190 or 10675546. OLE color: 10675546.

HSL color Cylindrical-coordinate representation of color #5AE5A2: hue angle of 151.08º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AE5A2 is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.10.

Color convert

RGB 90 229 162 -
CMYK 0.61 0 0.29 0.10
HSL 151.08º 0.73% 0.63% -
HSV(B) 151.08º 0.61% 0.9% -
XYZ 38.76 60.82 43.88 -
YUV 179.8 117.95 63.95 -
System Red Green Blue C M Y K H S L
Decimal 90 229 162 0.61 0 0.29 0.10 151.08 0.73 0.63
Hex 5A E5 A2 3D 0 1D A 97 49 3F
Octal 132 345 242 75 0 35 12 227 111 77
Binary 1011010 11100101 10100010 111101 0 11101 1010 10010111 1001001 111111

Color Harmonies of #5AE5A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AE5A2

Black with #5AE5A2

Text Example


Text Example

White with #5AE5A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5AE5A2; }

 p { color: rgb(90,229,162); }

 H1.HeaderClassName
 {
   color: #5AE5A2;
 }
 .AnyTagClassName
 {
   color: #5AE5A2;
 }
</style>

background-color css

<style>
 a { background-color: #5AE5A2; }

 a { background-color: rgb(90,229,162); }

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

border-color css

<style>
 span { border-color: #5AE5A2; }

 span { border-color: rgb(90,229,162); }

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