Html Css Color HEX #5DDDAC Medium Aquamarine

📋 copy color: '#5DDDAC'

red 93 ◦ green 221 ◦ blue 172

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

Shades of Medium Aquamarine #5DDDAC

Tints of Medium Aquamarine #5DDDAC

RGB

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

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

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

R = 19.14%
G = 45.47%
B = 35.39%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#5DDDAC (or 0x5DDDAC) is known color: Medium Aquamarine. HEX triplet: 5D, DD and AC. RGB value is (93,221,172). Sum of RGB (Red+Green+Blue) = 93+221+172=486 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.14% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #5DDDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDDAC is #A22253. Grayscale: #B1B1B1. Windows color (decimal): -10625620 or 11328861. OLE color: 11328861.

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

Color convert

RGB 93 221 172 -
CMYK 0.58 0 0.22 0.13
HSL 157.03º 0.65% 0.62% -
HSV(B) 157.03º 0.58% 0.87% -
XYZ 37.82 57.02 48.04 -
YUV 177.14 125.09 67.98 -
System Red Green Blue C M Y K H S L
Decimal 93 221 172 0.58 0 0.22 0.13 157.03 0.65 0.62
Hex 5D DD AC 3A 0 16 D 9D 41 3E
Octal 135 335 254 72 0 26 15 235 101 76
Binary 1011101 11011101 10101100 111010 0 10110 1101 10011101 1000001 111110

Color Harmonies of #5DDDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDDAC

Black with #5DDDAC

Text Example


Text Example

White with #5DDDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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