Html Css Color HEX #5DFFAA Medium Aquamarine

📋 copy color: '#5DFFAA'

red 93 ◦ green 255 ◦ blue 170

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

Shades of Medium Aquamarine #5DFFAA

Tints of Medium Aquamarine #5DFFAA

RGB

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

 GREEN value IS 255 (100% from 255) = 49.23%

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

R = 17.95%
G = 49.23%
B = 32.82%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#5DFFAA (or 0x5DFFAA) is known color: Medium Aquamarine. HEX triplet: 5D, FF and AA. RGB value is (93,255,170). Sum of RGB (Red+Green+Blue) = 93+255+170=518 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.95% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #5DFFAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DFFAA is #A20055. Grayscale: #C5C5C5. Windows color (decimal): -10616918 or 11206493. OLE color: 11206493.

HSL color Cylindrical-coordinate representation of color #5DFFAA: hue angle of 148.52º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DFFAA is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 93 255 170 -
CMYK 0.64 0 0.33 0
HSL 148.52º 1% 0.68% -
HSV(B) 148.52º 0.64% 1% -
XYZ 47.53 76.75 50.34 -
YUV 196.87 112.83 53.91 -
System Red Green Blue C M Y K H S L
Decimal 93 255 170 0.64 0 0.33 0 148.52 1 0.68
Hex 5D FF AA 40 0 21 0 95 64 44
Octal 135 377 252 100 0 41 0 225 144 104
Binary 1011101 11111111 10101010 1000000 0 100001 0 10010101 1100100 1000100

Color Harmonies of #5DFFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DFFAA

Black with #5DFFAA

Text Example


Text Example

White with #5DFFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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