Html Css Color HEX #5DECAA Medium Aquamarine

📋 copy color: '#5DECAA'

red 93 ◦ green 236 ◦ blue 170

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

Shades of Medium Aquamarine #5DECAA

Tints of Medium Aquamarine #5DECAA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.29%

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

R = 18.64%
G = 47.29%
B = 34.07%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#5DECAA (or 0x5DECAA) is known color: Medium Aquamarine. HEX triplet: 5D, EC and AA. RGB value is (93,236,170). Sum of RGB (Red+Green+Blue) = 93+236+170=499 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.64% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 236 - color contains mainly: green. Hex color #5DECAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DECAA is #A21355. Grayscale: #B9B9B9. Windows color (decimal): -10621782 or 11201629. OLE color: 11201629.

HSL color Cylindrical-coordinate representation of color #5DECAA: hue angle of 152.31º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DECAA is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 93 236 170 -
CMYK 0.61 0 0.28 0.07
HSL 152.31º 0.79% 0.65% -
HSV(B) 152.31º 0.61% 0.93% -
XYZ 41.77 65.22 48.42 -
YUV 185.72 119.12 61.87 -
System Red Green Blue C M Y K H S L
Decimal 93 236 170 0.61 0 0.28 0.07 152.31 0.79 0.65
Hex 5D EC AA 3D 0 1C 7 98 4F 41
Octal 135 354 252 75 0 34 7 230 117 101
Binary 1011101 11101100 10101010 111101 0 11100 111 10011000 1001111 1000001

Color Harmonies of #5DECAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DECAA

Black with #5DECAA

Text Example


Text Example

White with #5DECAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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