Html Css Color HEX #5ADAAE Medium Aquamarine

📋 copy color: '#5ADAAE'

red 90 ◦ green 218 ◦ blue 174

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

Shades of Medium Aquamarine #5ADAAE

Tints of Medium Aquamarine #5ADAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.1%

R = 18.67%
G = 45.23%
B = 36.1%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#5ADAAE (or 0x5ADAAE) is known color: Medium Aquamarine. HEX triplet: 5A, DA and AE. RGB value is (90,218,174). Sum of RGB (Red+Green+Blue) = 90+218+174=482 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.67% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 218 - color contains mainly: green. Hex color #5ADAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADAAE is #A52551. Grayscale: #AEAEAE. Windows color (decimal): -10822994 or 11459162. OLE color: 11459162.

HSL color Cylindrical-coordinate representation of color #5ADAAE: hue angle of 159.38º 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 #5ADAAE is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 90 218 174 -
CMYK 0.59 0 0.20 0.15
HSL 159.38º 0.63% 0.6% -
HSV(B) 159.38º 0.59% 0.85% -
XYZ 36.93 55.37 48.79 -
YUV 174.71 127.59 67.58 -
System Red Green Blue C M Y K H S L
Decimal 90 218 174 0.59 0 0.20 0.15 159.38 0.63 0.6
Hex 5A DA AE 3B 0 14 F 9F 3F 3C
Octal 132 332 256 73 0 24 17 237 77 74
Binary 1011010 11011010 10101110 111011 0 10100 1111 10011111 111111 111100

Color Harmonies of #5ADAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADAAE

Black with #5ADAAE

Text Example


Text Example

White with #5ADAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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