Html Css Color HEX #5DDAA6 Medium Aquamarine

📋 copy color: '#5DDAA6'

red 93 ◦ green 218 ◦ blue 166

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

Shades of Medium Aquamarine #5DDAA6

Tints of Medium Aquamarine #5DDAA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 34.8%

R = 19.5%
G = 45.7%
B = 34.8%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#5DDAA6 (or 0x5DDAA6) is known color: Medium Aquamarine. HEX triplet: 5D, DA and A6. RGB value is (93,218,166). Sum of RGB (Red+Green+Blue) = 93+218+166=477 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.50% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 166 (65.23% from 255 or 34.80% from 477); Max value from RGB is 218 - color contains mainly: green. Hex color #5DDAA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDAA6 is #A22559. Grayscale: #AEAEAE. Windows color (decimal): -10626394 or 10934877. OLE color: 10934877.

HSL color Cylindrical-coordinate representation of color #5DDAA6: hue angle of 155.04º 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 #5DDAA6 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 93 218 166 -
CMYK 0.57 0 0.24 0.15
HSL 155.04º 0.63% 0.61% -
HSV(B) 155.04º 0.57% 0.85% -
XYZ 36.47 55.22 44.81 -
YUV 174.7 123.09 69.73 -
System Red Green Blue C M Y K H S L
Decimal 93 218 166 0.57 0 0.24 0.15 155.04 0.63 0.61
Hex 5D DA A6 39 0 18 F 9B 3F 3D
Octal 135 332 246 71 0 30 17 233 77 75
Binary 1011101 11011010 10100110 111001 0 11000 1111 10011011 111111 111101

Color Harmonies of #5DDAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDAA6

Black with #5DDAA6

Text Example


Text Example

White with #5DDAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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