Html Css Color HEX #5DD0AC Medium Aquamarine

📋 copy color: '#5DD0AC'

red 93 ◦ green 208 ◦ blue 172

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

Shades of Medium Aquamarine #5DD0AC

Tints of Medium Aquamarine #5DD0AC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.97%

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

R = 19.66%
G = 43.97%
B = 36.36%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#5DD0AC (or 0x5DD0AC) is known color: Medium Aquamarine. HEX triplet: 5D, D0 and AC. RGB value is (93,208,172). Sum of RGB (Red+Green+Blue) = 93+208+172=473 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.66% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD0AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD0AC is #A22F53. Grayscale: #A9A9A9. Windows color (decimal): -10628948 or 11325533. OLE color: 11325533.

HSL color Cylindrical-coordinate representation of color #5DD0AC: hue angle of 161.22º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DD0AC is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 93 208 172 -
CMYK 0.55 0 0.17 0.18
HSL 161.22º 0.55% 0.59% -
HSV(B) 161.22º 0.55% 0.82% -
XYZ 34.52 50.42 46.94 -
YUV 169.51 129.4 73.43 -
System Red Green Blue C M Y K H S L
Decimal 93 208 172 0.55 0 0.17 0.18 161.22 0.55 0.59
Hex 5D D0 AC 37 0 11 12 A1 37 3B
Octal 135 320 254 67 0 21 22 241 67 73
Binary 1011101 11010000 10101100 110111 0 10001 10010 10100001 110111 111011

Color Harmonies of #5DD0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD0AC

Black with #5DD0AC

Text Example


Text Example

White with #5DD0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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