Html Css Color HEX #5DDAA4 Medium Aquamarine

📋 copy color: '#5DDAA4'

red 93 ◦ green 218 ◦ blue 164

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

Shades of Medium Aquamarine #5DDAA4

Tints of Medium Aquamarine #5DDAA4

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.89%

 BLUE value IS 164 (64.45% from 255) = 34.53%

R = 19.58%
G = 45.89%
B = 34.53%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#5DDAA4 (or 0x5DDAA4) is known color: Medium Aquamarine. HEX triplet: 5D, DA and A4. RGB value is (93,218,164). Sum of RGB (Red+Green+Blue) = 93+218+164=475 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.58% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 164 (64.45% from 255 or 34.53% from 475); Max value from RGB is 218 - color contains mainly: green. Hex color #5DDAA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDAA4 is #A2255B. Grayscale: #AEAEAE. Windows color (decimal): -10626396 or 10803805. OLE color: 10803805.

HSL color Cylindrical-coordinate representation of color #5DDAA4: hue angle of 154.08º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DDAA4 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 93 218 164 -
CMYK 0.57 0 0.25 0.15
HSL 154.08º 0.63% 0.61% -
HSV(B) 154.08º 0.57% 0.85% -
XYZ 36.29 55.15 43.85 -
YUV 174.47 122.09 69.89 -
System Red Green Blue C M Y K H S L
Decimal 93 218 164 0.57 0 0.25 0.15 154.08 0.63 0.61
Hex 5D DA A4 39 0 19 F 9A 3F 3D
Octal 135 332 244 71 0 31 17 232 77 75
Binary 1011101 11011010 10100100 111001 0 11001 1111 10011010 111111 111101

Color Harmonies of #5DDAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDAA4

Black with #5DDAA4

Text Example


Text Example

White with #5DDAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,218,164); }

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

background-color css

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

 a { background-color: rgb(93,218,164); }

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

border-color css

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

 span { border-color: rgb(93,218,164); }

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