Html Css Color HEX #5DCDAC Medium Aquamarine

📋 copy color: '#5DCDAC'

red 93 ◦ green 205 ◦ blue 172

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

Shades of Medium Aquamarine #5DCDAC

Tints of Medium Aquamarine #5DCDAC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.62%

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

R = 19.79%
G = 43.62%
B = 36.6%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#5DCDAC (or 0x5DCDAC) is known color: Medium Aquamarine. HEX triplet: 5D, CD and AC. RGB value is (93,205,172). Sum of RGB (Red+Green+Blue) = 93+205+172=470 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.79% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCDAC is #A23253. Grayscale: #A7A7A7. Windows color (decimal): -10629716 or 11324765. OLE color: 11324765.

HSL color Cylindrical-coordinate representation of color #5DCDAC: hue angle of 162.32º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCDAC is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 205 172 -
CMYK 0.55 0 0.16 0.20
HSL 162.32º 0.53% 0.58% -
HSV(B) 162.32º 0.55% 0.8% -
XYZ 33.79 48.97 46.7 -
YUV 167.75 130.39 74.68 -
System Red Green Blue C M Y K H S L
Decimal 93 205 172 0.55 0 0.16 0.20 162.32 0.53 0.58
Hex 5D CD AC 37 0 10 14 A2 35 3A
Octal 135 315 254 67 0 20 24 242 65 72
Binary 1011101 11001101 10101100 110111 0 10000 10100 10100010 110101 111010

Color Harmonies of #5DCDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCDAC

Black with #5DCDAC

Text Example


Text Example

White with #5DCDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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