Html Css Color HEX #5ACEA6 Medium Aquamarine

📋 copy color: '#5ACEA6'

red 90 ◦ green 206 ◦ blue 166

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

Shades of Medium Aquamarine #5ACEA6

Tints of Medium Aquamarine #5ACEA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.93%

R = 19.48%
G = 44.59%
B = 35.93%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#5ACEA6 (or 0x5ACEA6) is known color: Medium Aquamarine. HEX triplet: 5A, CE and A6. RGB value is (90,206,166). Sum of RGB (Red+Green+Blue) = 90+206+166=462 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.48% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACEA6 is #A53159. Grayscale: #A6A6A6. Windows color (decimal): -10826074 or 10931802. OLE color: 10931802.

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

Color convert

RGB 90 206 166 -
CMYK 0.56 0 0.19 0.19
HSL 159.31º 0.54% 0.58% -
HSV(B) 159.31º 0.56% 0.81% -
XYZ 33.17 49.07 43.8 -
YUV 166.76 127.57 73.25 -
System Red Green Blue C M Y K H S L
Decimal 90 206 166 0.56 0 0.19 0.19 159.31 0.54 0.58
Hex 5A CE A6 38 0 13 13 9F 36 3A
Octal 132 316 246 70 0 23 23 237 66 72
Binary 1011010 11001110 10100110 111000 0 10011 10011 10011111 110110 111010

Color Harmonies of #5ACEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACEA6

Black with #5ACEA6

Text Example


Text Example

White with #5ACEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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