Html Css Color HEX #5DDEAA Medium Aquamarine

📋 copy color: '#5DDEAA'

red 93 ◦ green 222 ◦ blue 170

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

Shades of Medium Aquamarine #5DDEAA

Tints of Medium Aquamarine #5DDEAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.05%

R = 19.18%
G = 45.77%
B = 35.05%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#5DDEAA (or 0x5DDEAA) is known color: Medium Aquamarine. HEX triplet: 5D, DE and AA. RGB value is (93,222,170). Sum of RGB (Red+Green+Blue) = 93+222+170=485 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.18% from 485); Green value is 222 (87.11% from 255 or 45.77% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 222 - color contains mainly: green. Hex color #5DDEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDEAA is #A22155. Grayscale: #B1B1B1. Windows color (decimal): -10625366 or 11198045. OLE color: 11198045.

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

Color convert

RGB 93 222 170 -
CMYK 0.58 0 0.23 0.13
HSL 155.81º 0.66% 0.62% -
HSV(B) 155.81º 0.58% 0.87% -
XYZ 37.89 57.47 47.13 -
YUV 177.5 123.76 67.73 -
System Red Green Blue C M Y K H S L
Decimal 93 222 170 0.58 0 0.23 0.13 155.81 0.66 0.62
Hex 5D DE AA 3A 0 17 D 9C 42 3E
Octal 135 336 252 72 0 27 15 234 102 76
Binary 1011101 11011110 10101010 111010 0 10111 1101 10011100 1000010 111110

Color Harmonies of #5DDEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDEAA

Black with #5DDEAA

Text Example


Text Example

White with #5DDEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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