Html Css Color HEX #5ACE9E Medium Aquamarine

📋 copy color: '#5ACE9E'

red 90 ◦ green 206 ◦ blue 158

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

Shades of Medium Aquamarine #5ACE9E

Tints of Medium Aquamarine #5ACE9E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.37%

 BLUE value IS 158 (62.11% from 255) = 34.8%

R = 19.82%
G = 45.37%
B = 34.8%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#5ACE9E (or 0x5ACE9E) is known color: Medium Aquamarine. HEX triplet: 5A, CE and 9E. RGB value is (90,206,158). Sum of RGB (Red+Green+Blue) = 90+206+158=454 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.82% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 158 (62.11% from 255 or 34.80% from 454); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACE9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACE9E is #A53161. Grayscale: #A5A5A5. Windows color (decimal): -10826082 or 10407514. OLE color: 10407514.

HSL color Cylindrical-coordinate representation of color #5ACE9E: hue angle of 155.17º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACE9E is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 206 158 -
CMYK 0.56 0 0.23 0.19
HSL 155.17º 0.54% 0.58% -
HSV(B) 155.17º 0.56% 0.81% -
XYZ 32.46 48.78 40.05 -
YUV 165.84 123.57 73.9 -
System Red Green Blue C M Y K H S L
Decimal 90 206 158 0.56 0 0.23 0.19 155.17 0.54 0.58
Hex 5A CE 9E 38 0 17 13 9B 36 3A
Octal 132 316 236 70 0 27 23 233 66 72
Binary 1011010 11001110 10011110 111000 0 10111 10011 10011011 110110 111010

Color Harmonies of #5ACE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACE9E

Black with #5ACE9E

Text Example


Text Example

White with #5ACE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,206,158); }

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

background-color css

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

 a { background-color: rgb(90,206,158); }

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

border-color css

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

 span { border-color: rgb(90,206,158); }

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