Html Css Color HEX #5ADBA8 Medium Aquamarine

📋 copy color: '#5ADBA8'

red 90 ◦ green 219 ◦ blue 168

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

Shades of Medium Aquamarine #5ADBA8

Tints of Medium Aquamarine #5ADBA8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.91%

 BLUE value IS 168 (66.02% from 255) = 35.22%

R = 18.87%
G = 45.91%
B = 35.22%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#5ADBA8 (or 0x5ADBA8) is known color: Medium Aquamarine. HEX triplet: 5A, DB and A8. RGB value is (90,219,168). Sum of RGB (Red+Green+Blue) = 90+219+168=477 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.87% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 168 (66.02% from 255 or 35.22% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #5ADBA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADBA8 is #A52457. Grayscale: #AEAEAE. Windows color (decimal): -10822744 or 11066202. OLE color: 11066202.

HSL color Cylindrical-coordinate representation of color #5ADBA8: hue angle of 156.28º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADBA8 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 90 219 168 -
CMYK 0.59 0 0.23 0.14
HSL 156.28º 0.64% 0.61% -
HSV(B) 156.28º 0.59% 0.86% -
XYZ 36.62 55.66 45.86 -
YUV 174.62 124.26 67.65 -
System Red Green Blue C M Y K H S L
Decimal 90 219 168 0.59 0 0.23 0.14 156.28 0.64 0.61
Hex 5A DB A8 3B 0 17 E 9C 40 3D
Octal 132 333 250 73 0 27 16 234 100 75
Binary 1011010 11011011 10101000 111011 0 10111 1110 10011100 1000000 111101

Color Harmonies of #5ADBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADBA8

Black with #5ADBA8

Text Example


Text Example

White with #5ADBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,219,168); }

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

background-color css

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

 a { background-color: rgb(90,219,168); }

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

border-color css

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

 span { border-color: rgb(90,219,168); }

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