Html Css Color HEX #5ADAA6 Medium Aquamarine

📋 copy color: '#5ADAA6'

red 90 ◦ green 218 ◦ blue 166

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

Shades of Medium Aquamarine #5ADAA6

Tints of Medium Aquamarine #5ADAA6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.99%

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

R = 18.99%
G = 45.99%
B = 35.02%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#5ADAA6 (or 0x5ADAA6) is known color: Medium Aquamarine. HEX triplet: 5A, DA and A6. RGB value is (90,218,166). Sum of RGB (Red+Green+Blue) = 90+218+166=474 (62% of max value = 765). Red value is 90 (35.55% from 255 or 18.99% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 166 (65.23% from 255 or 35.02% from 474); Max value from RGB is 218 - color contains mainly: green. Hex color #5ADAA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADAA6 is #A52559. Grayscale: #ADADAD. Windows color (decimal): -10823002 or 10934874. OLE color: 10934874.

HSL color Cylindrical-coordinate representation of color #5ADAA6: hue angle of 155.62º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADAA6 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 90 218 166 -
CMYK 0.59 0 0.24 0.15
HSL 155.63º 0.63% 0.6% -
HSV(B) 155.63º 0.59% 0.85% -
XYZ 36.17 55.07 44.8 -
YUV 173.8 123.59 68.23 -
System Red Green Blue C M Y K H S L
Decimal 90 218 166 0.59 0 0.24 0.15 155.63 0.63 0.6
Hex 5A DA A6 3B 0 18 F 9C 3F 3C
Octal 132 332 246 73 0 30 17 234 77 74
Binary 1011010 11011010 10100110 111011 0 11000 1111 10011100 111111 111100

Color Harmonies of #5ADAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADAA6

Black with #5ADAA6

Text Example


Text Example

White with #5ADAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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