Html Css Color HEX #5AD0A8 Medium Aquamarine

📋 copy color: '#5AD0A8'

red 90 ◦ green 208 ◦ blue 168

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

Shades of Medium Aquamarine #5AD0A8

Tints of Medium Aquamarine #5AD0A8

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.64%

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

R = 19.31%
G = 44.64%
B = 36.05%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#5AD0A8 (or 0x5AD0A8) is known color: Medium Aquamarine. HEX triplet: 5A, D0 and A8. RGB value is (90,208,168). Sum of RGB (Red+Green+Blue) = 90+208+168=466 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.31% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD0A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD0A8 is #A52F57. Grayscale: #A8A8A8. Windows color (decimal): -10825560 or 11063386. OLE color: 11063386.

HSL color Cylindrical-coordinate representation of color #5AD0A8: hue angle of 159.66º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD0A8 is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 90 208 168 -
CMYK 0.57 0 0.19 0.18
HSL 159.66º 0.56% 0.58% -
HSV(B) 159.66º 0.57% 0.82% -
XYZ 33.84 50.11 44.93 -
YUV 168.16 127.91 72.25 -
System Red Green Blue C M Y K H S L
Decimal 90 208 168 0.57 0 0.19 0.18 159.66 0.56 0.58
Hex 5A D0 A8 39 0 13 12 A0 38 3A
Octal 132 320 250 71 0 23 22 240 70 72
Binary 1011010 11010000 10101000 111001 0 10011 10010 10100000 111000 111010

Color Harmonies of #5AD0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD0A8

Black with #5AD0A8

Text Example


Text Example

White with #5AD0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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