Html Css Color HEX #5DDEA0 Medium Aquamarine

📋 copy color: '#5DDEA0'

red 93 ◦ green 222 ◦ blue 160

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

Shades of Medium Aquamarine #5DDEA0

Tints of Medium Aquamarine #5DDEA0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.74%

 BLUE value IS 160 (62.89% from 255) = 33.68%

R = 19.58%
G = 46.74%
B = 33.68%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#5DDEA0 (or 0x5DDEA0) is known color: Medium Aquamarine. HEX triplet: 5D, DE and A0. RGB value is (93,222,160). Sum of RGB (Red+Green+Blue) = 93+222+160=475 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.58% from 475); Green value is 222 (87.11% from 255 or 46.74% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 222 - color contains mainly: green. Hex color #5DDEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDEA0 is #A2215F. Grayscale: #B0B0B0. Windows color (decimal): -10625376 or 10542685. OLE color: 10542685.

HSL color Cylindrical-coordinate representation of color #5DDEA0: hue angle of 151.16º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDEA0 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 93 222 160 -
CMYK 0.58 0 0.28 0.13
HSL 151.16º 0.66% 0.62% -
HSV(B) 151.16º 0.58% 0.87% -
XYZ 36.98 57.11 42.33 -
YUV 176.36 118.76 68.54 -
System Red Green Blue C M Y K H S L
Decimal 93 222 160 0.58 0 0.28 0.13 151.16 0.66 0.62
Hex 5D DE A0 3A 0 1C D 97 42 3E
Octal 135 336 240 72 0 34 15 227 102 76
Binary 1011101 11011110 10100000 111010 0 11100 1101 10010111 1000010 111110

Color Harmonies of #5DDEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDEA0

Black with #5DDEA0

Text Example


Text Example

White with #5DDEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,222,160); }

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

background-color css

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

 a { background-color: rgb(93,222,160); }

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

border-color css

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

 span { border-color: rgb(93,222,160); }

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