Html Css Color HEX #5DD0AD Medium Aquamarine

📋 copy color: '#5DD0AD'

red 93 ◦ green 208 ◦ blue 173

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

Shades of Medium Aquamarine #5DD0AD

Tints of Medium Aquamarine #5DD0AD

RGB

 RED value IS 93 (36.72% from 255) = 19.62%

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

 BLUE value IS 173 (67.97% from 255) = 36.5%

R = 19.62%
G = 43.88%
B = 36.5%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#5DD0AD (or 0x5DD0AD) is known color: Medium Aquamarine. HEX triplet: 5D, D0 and AD. RGB value is (93,208,173). Sum of RGB (Red+Green+Blue) = 93+208+173=474 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.62% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD0AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD0AD is #A22F52. Grayscale: #A9A9A9. Windows color (decimal): -10628947 or 11391069. OLE color: 11391069.

HSL color Cylindrical-coordinate representation of color #5DD0AD: hue angle of 161.74º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DD0AD is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 93 208 173 -
CMYK 0.55 0 0.17 0.18
HSL 161.74º 0.55% 0.59% -
HSV(B) 161.74º 0.55% 0.82% -
XYZ 34.61 50.46 47.45 -
YUV 169.63 129.9 73.35 -
System Red Green Blue C M Y K H S L
Decimal 93 208 173 0.55 0 0.17 0.18 161.74 0.55 0.59
Hex 5D D0 AD 37 0 11 12 A2 37 3B
Octal 135 320 255 67 0 21 22 242 67 73
Binary 1011101 11010000 10101101 110111 0 10001 10010 10100010 110111 111011

Color Harmonies of #5DD0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD0AD

Black with #5DD0AD

Text Example


Text Example

White with #5DD0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,208,173); }

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

background-color css

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

 a { background-color: rgb(93,208,173); }

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

border-color css

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

 span { border-color: rgb(93,208,173); }

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