Html Css Color HEX #5ACEA9 Medium Aquamarine

📋 copy color: '#5ACEA9'

red 90 ◦ green 206 ◦ blue 169

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

Shades of Medium Aquamarine #5ACEA9

Tints of Medium Aquamarine #5ACEA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 36.34%

R = 19.35%
G = 44.3%
B = 36.34%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#5ACEA9 (or 0x5ACEA9) is known color: Medium Aquamarine. HEX triplet: 5A, CE and A9. RGB value is (90,206,169). Sum of RGB (Red+Green+Blue) = 90+206+169=465 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.35% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 169 (66.41% from 255 or 36.34% from 465); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACEA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACEA9 is #A53156. Grayscale: #A7A7A7. Windows color (decimal): -10826071 or 11128410. OLE color: 11128410.

HSL color Cylindrical-coordinate representation of color #5ACEA9: hue angle of 160.86º 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 #5ACEA9 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 206 169 -
CMYK 0.56 0 0.18 0.19
HSL 160.86º 0.54% 0.58% -
HSV(B) 160.86º 0.56% 0.81% -
XYZ 33.45 49.18 45.27 -
YUV 167.1 129.07 73.01 -
System Red Green Blue C M Y K H S L
Decimal 90 206 169 0.56 0 0.18 0.19 160.86 0.54 0.58
Hex 5A CE A9 38 0 12 13 A1 36 3A
Octal 132 316 251 70 0 22 23 241 66 72
Binary 1011010 11001110 10101001 111000 0 10010 10011 10100001 110110 111010

Color Harmonies of #5ACEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACEA9

Black with #5ACEA9

Text Example


Text Example

White with #5ACEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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