Html Css Color HEX #5ACCAA Medium Aquamarine

📋 copy color: '#5ACCAA'

red 90 ◦ green 204 ◦ blue 170

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

Shades of Medium Aquamarine #5ACCAA

Tints of Medium Aquamarine #5ACCAA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.97%

 BLUE value IS 170 (66.8% from 255) = 36.64%

R = 19.4%
G = 43.97%
B = 36.64%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#5ACCAA (or 0x5ACCAA) is known color: Medium Aquamarine. HEX triplet: 5A, CC and AA. RGB value is (90,204,170). Sum of RGB (Red+Green+Blue) = 90+204+170=464 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.40% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #5ACCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACCAA is #A53355. Grayscale: #A6A6A6. Windows color (decimal): -10826582 or 11193434. OLE color: 11193434.

HSL color Cylindrical-coordinate representation of color #5ACCAA: hue angle of 162.11º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACCAA is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 90 204 170 -
CMYK 0.56 0 0.17 0.2
HSL 162.11º 0.53% 0.58% -
HSV(B) 162.11º 0.56% 0.8% -
XYZ 33.07 48.26 45.6 -
YUV 166.04 130.23 73.76 -
System Red Green Blue C M Y K H S L
Decimal 90 204 170 0.56 0 0.17 0.2 162.11 0.53 0.58
Hex 5A CC AA 38 0 11 14 A2 35 3A
Octal 132 314 252 70 0 21 24 242 65 72
Binary 1011010 11001100 10101010 111000 0 10001 10100 10100010 110101 111010

Color Harmonies of #5ACCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACCAA

Black with #5ACCAA

Text Example


Text Example

White with #5ACCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,204,170); }

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

background-color css

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

 a { background-color: rgb(90,204,170); }

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

border-color css

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

 span { border-color: rgb(90,204,170); }

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