Html Css Color HEX #5ACEA7 Medium Aquamarine

📋 copy color: '#5ACEA7'

red 90 ◦ green 206 ◦ blue 167

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

Shades of Medium Aquamarine #5ACEA7

Tints of Medium Aquamarine #5ACEA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.07%

R = 19.44%
G = 44.49%
B = 36.07%

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

#5ACEA7 (or 0x5ACEA7) is known color: Medium Aquamarine. HEX triplet: 5A, CE and A7. RGB value is (90,206,167). Sum of RGB (Red+Green+Blue) = 90+206+167=463 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.44% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 167 (65.62% from 255 or 36.07% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACEA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACEA7 is #A53158. Grayscale: #A6A6A6. Windows color (decimal): -10826073 or 10997338. OLE color: 10997338.

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

Color convert

RGB 90 206 167 -
CMYK 0.56 0 0.19 0.19
HSL 159.83º 0.54% 0.58% -
HSV(B) 159.83º 0.56% 0.81% -
XYZ 33.26 49.11 44.28 -
YUV 166.87 128.07 73.17 -
System Red Green Blue C M Y K H S L
Decimal 90 206 167 0.56 0 0.19 0.19 159.83 0.54 0.58
Hex 5A CE A7 38 0 13 13 A0 36 3A
Octal 132 316 247 70 0 23 23 240 66 72
Binary 1011010 11001110 10100111 111000 0 10011 10011 10100000 110110 111010

Color Harmonies of #5ACEA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACEA7

Black with #5ACEA7

Text Example


Text Example

White with #5ACEA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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