Html Css Color HEX #5DDCAE Medium Aquamarine

📋 copy color: '#5DDCAE'

red 93 ◦ green 220 ◦ blue 174

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

Shades of Medium Aquamarine #5DDCAE

Tints of Medium Aquamarine #5DDCAE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.17%

 BLUE value IS 174 (68.36% from 255) = 35.73%

R = 19.1%
G = 45.17%
B = 35.73%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#5DDCAE (or 0x5DDCAE) is known color: Medium Aquamarine. HEX triplet: 5D, DC and AE. RGB value is (93,220,174). Sum of RGB (Red+Green+Blue) = 93+220+174=487 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.10% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDCAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDCAE is #A22351. Grayscale: #B0B0B0. Windows color (decimal): -10625874 or 11459677. OLE color: 11459677.

HSL color Cylindrical-coordinate representation of color #5DDCAE: hue angle of 158.27º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDCAE is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 93 220 174 -
CMYK 0.58 0 0.21 0.14
HSL 158.27º 0.64% 0.61% -
HSV(B) 158.27º 0.58% 0.86% -
XYZ 37.75 56.57 48.97 -
YUV 176.78 126.42 68.24 -
System Red Green Blue C M Y K H S L
Decimal 93 220 174 0.58 0 0.21 0.14 158.27 0.64 0.61
Hex 5D DC AE 3A 0 15 E 9E 40 3D
Octal 135 334 256 72 0 25 16 236 100 75
Binary 1011101 11011100 10101110 111010 0 10101 1110 10011110 1000000 111101

Color Harmonies of #5DDCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDCAE

Black with #5DDCAE

Text Example


Text Example

White with #5DDCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,220,174); }

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

background-color css

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

 a { background-color: rgb(93,220,174); }

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

border-color css

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

 span { border-color: rgb(93,220,174); }

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