Html Css Color HEX #5ADAAB Medium Aquamarine

📋 copy color: '#5ADAAB'

red 90 ◦ green 218 ◦ blue 171

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

Shades of Medium Aquamarine #5ADAAB

Tints of Medium Aquamarine #5ADAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.7%

R = 18.79%
G = 45.51%
B = 35.7%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#5ADAAB (or 0x5ADAAB) is known color: Medium Aquamarine. HEX triplet: 5A, DA and AB. RGB value is (90,218,171). Sum of RGB (Red+Green+Blue) = 90+218+171=479 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.79% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 218 - color contains mainly: green. Hex color #5ADAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADAAB is #A52554. Grayscale: #AEAEAE. Windows color (decimal): -10822997 or 11262554. OLE color: 11262554.

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

Color convert

RGB 90 218 171 -
CMYK 0.59 0 0.22 0.15
HSL 157.97º 0.63% 0.6% -
HSV(B) 157.97º 0.59% 0.85% -
XYZ 36.64 55.26 47.26 -
YUV 174.37 126.09 67.82 -
System Red Green Blue C M Y K H S L
Decimal 90 218 171 0.59 0 0.22 0.15 157.97 0.63 0.6
Hex 5A DA AB 3B 0 16 F 9E 3F 3C
Octal 132 332 253 73 0 26 17 236 77 74
Binary 1011010 11011010 10101011 111011 0 10110 1111 10011110 111111 111100

Color Harmonies of #5ADAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADAAB

Black with #5ADAAB

Text Example


Text Example

White with #5ADAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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