Html Css Color HEX #5DC7AC Medium Aquamarine

📋 copy color: '#5DC7AC'

red 93 ◦ green 199 ◦ blue 172

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

Shades of Medium Aquamarine #5DC7AC

Tints of Medium Aquamarine #5DC7AC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.89%

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

R = 20.04%
G = 42.89%
B = 37.07%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#5DC7AC (or 0x5DC7AC) is known color: Medium Aquamarine. HEX triplet: 5D, C7 and AC. RGB value is (93,199,172). Sum of RGB (Red+Green+Blue) = 93+199+172=464 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.04% from 464); Green value is 199 (78.12% from 255 or 42.89% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 199 - color contains mainly: green. Hex color #5DC7AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DC7AC is #A23853. Grayscale: #A4A4A4. Windows color (decimal): -10631252 or 11323229. OLE color: 11323229.

HSL color Cylindrical-coordinate representation of color #5DC7AC: hue angle of 164.72º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5DC7AC is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 93 199 172 -
CMYK 0.53 0 0.14 0.22
HSL 164.72º 0.49% 0.57% -
HSV(B) 164.72º 0.53% 0.78% -
XYZ 32.38 46.15 46.23 -
YUV 164.23 132.38 77.2 -
System Red Green Blue C M Y K H S L
Decimal 93 199 172 0.53 0 0.14 0.22 164.72 0.49 0.57
Hex 5D C7 AC 35 0 E 16 A5 31 39
Octal 135 307 254 65 0 16 26 245 61 71
Binary 1011101 11000111 10101100 110101 0 1110 10110 10100101 110001 111001

Color Harmonies of #5DC7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC7AC

Black with #5DC7AC

Text Example


Text Example

White with #5DC7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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