Html Css Color HEX #5DDAA5 Medium Aquamarine

📋 copy color: '#5DDAA5'

red 93 ◦ green 218 ◦ blue 165

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

Shades of Medium Aquamarine #5DDAA5

Tints of Medium Aquamarine #5DDAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.66%

R = 19.54%
G = 45.8%
B = 34.66%

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

#5DDAA5 (or 0x5DDAA5) is known color: Medium Aquamarine. HEX triplet: 5D, DA and A5. RGB value is (93,218,165). Sum of RGB (Red+Green+Blue) = 93+218+165=476 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.54% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 165 (64.84% from 255 or 34.66% from 476); Max value from RGB is 218 - color contains mainly: green. Hex color #5DDAA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDAA5 is #A2255A. Grayscale: #AEAEAE. Windows color (decimal): -10626395 or 10869341. OLE color: 10869341.

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

Color convert

RGB 93 218 165 -
CMYK 0.57 0 0.24 0.15
HSL 154.56º 0.63% 0.61% -
HSV(B) 154.56º 0.57% 0.85% -
XYZ 36.38 55.19 44.33 -
YUV 174.58 122.59 69.81 -
System Red Green Blue C M Y K H S L
Decimal 93 218 165 0.57 0 0.24 0.15 154.56 0.63 0.61
Hex 5D DA A5 39 0 18 F 9B 3F 3D
Octal 135 332 245 71 0 30 17 233 77 75
Binary 1011101 11011010 10100101 111001 0 11000 1111 10011011 111111 111101

Color Harmonies of #5DDAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDAA5

Black with #5DDAA5

Text Example


Text Example

White with #5DDAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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