Html Css Color HEX #5DDAAE Medium Aquamarine

📋 copy color: '#5DDAAE'

red 93 ◦ green 218 ◦ blue 174

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

Shades of Medium Aquamarine #5DDAAE

Tints of Medium Aquamarine #5DDAAE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.95%

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

R = 19.18%
G = 44.95%
B = 35.88%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#5DDAAE (or 0x5DDAAE) is known color: Medium Aquamarine. HEX triplet: 5D, DA and AE. RGB value is (93,218,174). Sum of RGB (Red+Green+Blue) = 93+218+174=485 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.18% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #5DDAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDAAE is #A22551. Grayscale: #AFAFAF. Windows color (decimal): -10626386 or 11459165. OLE color: 11459165.

HSL color Cylindrical-coordinate representation of color #5DDAAE: hue angle of 158.88º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DDAAE is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 93 218 174 -
CMYK 0.57 0 0.20 0.15
HSL 158.88º 0.63% 0.61% -
HSV(B) 158.88º 0.57% 0.85% -
XYZ 37.23 55.53 48.8 -
YUV 175.61 127.09 69.08 -
System Red Green Blue C M Y K H S L
Decimal 93 218 174 0.57 0 0.20 0.15 158.88 0.63 0.61
Hex 5D DA AE 39 0 14 F 9F 3F 3D
Octal 135 332 256 71 0 24 17 237 77 75
Binary 1011101 11011010 10101110 111001 0 10100 1111 10011111 111111 111101

Color Harmonies of #5DDAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDAAE

Black with #5DDAAE

Text Example


Text Example

White with #5DDAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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