Html Css Color HEX #5DDCAA Medium Aquamarine

📋 copy color: '#5DDCAA'

red 93 ◦ green 220 ◦ blue 170

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

Shades of Medium Aquamarine #5DDCAA

Tints of Medium Aquamarine #5DDCAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.2%

R = 19.25%
G = 45.55%
B = 35.2%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#5DDCAA (or 0x5DDCAA) is known color: Medium Aquamarine. HEX triplet: 5D, DC and AA. RGB value is (93,220,170). Sum of RGB (Red+Green+Blue) = 93+220+170=483 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.25% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDCAA is #A22355. Grayscale: #B0B0B0. Windows color (decimal): -10625878 or 11197533. OLE color: 11197533.

HSL color Cylindrical-coordinate representation of color #5DDCAA: hue angle of 156.38º 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 #5DDCAA is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 93 220 170 -
CMYK 0.58 0 0.23 0.14
HSL 156.38º 0.64% 0.61% -
HSV(B) 156.38º 0.58% 0.86% -
XYZ 37.36 56.42 46.95 -
YUV 176.33 124.42 68.57 -
System Red Green Blue C M Y K H S L
Decimal 93 220 170 0.58 0 0.23 0.14 156.38 0.64 0.61
Hex 5D DC AA 3A 0 17 E 9C 40 3D
Octal 135 334 252 72 0 27 16 234 100 75
Binary 1011101 11011100 10101010 111010 0 10111 1110 10011100 1000000 111101

Color Harmonies of #5DDCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDCAA

Black with #5DDCAA

Text Example


Text Example

White with #5DDCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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