Html Css Color HEX #5DDAAC Medium Aquamarine

📋 copy color: '#5DDAAC'

red 93 ◦ green 218 ◦ blue 172

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

Shades of Medium Aquamarine #5DDAAC

Tints of Medium Aquamarine #5DDAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.61%

R = 19.25%
G = 45.13%
B = 35.61%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#5DDAAC (or 0x5DDAAC) is known color: Medium Aquamarine. HEX triplet: 5D, DA and AC. RGB value is (93,218,172). Sum of RGB (Red+Green+Blue) = 93+218+172=483 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.25% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #5DDAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDAAC is #A22553. Grayscale: #AFAFAF. Windows color (decimal): -10626388 or 11328093. OLE color: 11328093.

HSL color Cylindrical-coordinate representation of color #5DDAAC: hue angle of 157.92º 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 #5DDAAC is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 93 218 172 -
CMYK 0.57 0 0.21 0.15
HSL 157.92º 0.63% 0.61% -
HSV(B) 157.92º 0.57% 0.85% -
XYZ 37.03 55.45 47.78 -
YUV 175.38 126.09 69.24 -
System Red Green Blue C M Y K H S L
Decimal 93 218 172 0.57 0 0.21 0.15 157.92 0.63 0.61
Hex 5D DA AC 39 0 15 F 9E 3F 3D
Octal 135 332 254 71 0 25 17 236 77 75
Binary 1011101 11011010 10101100 111001 0 10101 1111 10011110 111111 111101

Color Harmonies of #5DDAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDAAC

Black with #5DDAAC

Text Example


Text Example

White with #5DDAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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