Html Css Color HEX #5DDDAE Medium Aquamarine

📋 copy color: '#5DDDAE'

red 93 ◦ green 221 ◦ blue 174

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

Shades of Medium Aquamarine #5DDDAE

Tints of Medium Aquamarine #5DDDAE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.29%

 BLUE value IS 174 (68.36% from 255) = 35.66%

R = 19.06%
G = 45.29%
B = 35.66%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#5DDDAE (or 0x5DDDAE) is known color: Medium Aquamarine. HEX triplet: 5D, DD and AE. RGB value is (93,221,174). Sum of RGB (Red+Green+Blue) = 93+221+174=488 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.06% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #5DDDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDDAE is #A22251. Grayscale: #B1B1B1. Windows color (decimal): -10625618 or 11459933. OLE color: 11459933.

HSL color Cylindrical-coordinate representation of color #5DDDAE: hue angle of 157.97º degrees, saturation: 0.65, 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 #5DDDAE is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 93 221 174 -
CMYK 0.58 0 0.21 0.13
HSL 157.97º 0.65% 0.62% -
HSV(B) 157.97º 0.58% 0.87% -
XYZ 38.01 57.1 49.06 -
YUV 177.37 126.09 67.82 -
System Red Green Blue C M Y K H S L
Decimal 93 221 174 0.58 0 0.21 0.13 157.97 0.65 0.62
Hex 5D DD AE 3A 0 15 D 9E 41 3E
Octal 135 335 256 72 0 25 15 236 101 76
Binary 1011101 11011101 10101110 111010 0 10101 1101 10011110 1000001 111110

Color Harmonies of #5DDDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDDAE

Black with #5DDDAE

Text Example


Text Example

White with #5DDDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,221,174); }

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

background-color css

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

 a { background-color: rgb(93,221,174); }

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

border-color css

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

 span { border-color: rgb(93,221,174); }

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