Html Css Color HEX #5DD7AC Medium Aquamarine

📋 copy color: '#5DD7AC'

red 93 ◦ green 215 ◦ blue 172

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

Shades of Medium Aquamarine #5DD7AC

Tints of Medium Aquamarine #5DD7AC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.79%

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

R = 19.38%
G = 44.79%
B = 35.83%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#5DD7AC (or 0x5DD7AC) is known color: Medium Aquamarine. HEX triplet: 5D, D7 and AC. RGB value is (93,215,172). Sum of RGB (Red+Green+Blue) = 93+215+172=480 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.38% from 480); Green value is 215 (84.38% from 255 or 44.79% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 215 - color contains mainly: green. Hex color #5DD7AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD7AC is #A22853. Grayscale: #ADADAD. Windows color (decimal): -10627156 or 11327325. OLE color: 11327325.

HSL color Cylindrical-coordinate representation of color #5DD7AC: hue angle of 158.85º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD7AC is Cyan = 0.57, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.16.

Color convert

RGB 93 215 172 -
CMYK 0.57 0 0.2 0.16
HSL 158.85º 0.6% 0.6% -
HSV(B) 158.85º 0.57% 0.84% -
XYZ 36.26 53.91 47.52 -
YUV 173.62 127.08 70.5 -
System Red Green Blue C M Y K H S L
Decimal 93 215 172 0.57 0 0.2 0.16 158.85 0.6 0.6
Hex 5D D7 AC 39 0 14 10 9F 3C 3C
Octal 135 327 254 71 0 24 20 237 74 74
Binary 1011101 11010111 10101100 111001 0 10100 10000 10011111 111100 111100

Color Harmonies of #5DD7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD7AC

Black with #5DD7AC

Text Example


Text Example

White with #5DD7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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