Html Css Color HEX #5DF0AA Medium Aquamarine

📋 copy color: '#5DF0AA'

red 93 ◦ green 240 ◦ blue 170

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

Shades of Medium Aquamarine #5DF0AA

Tints of Medium Aquamarine #5DF0AA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.71%

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

R = 18.49%
G = 47.71%
B = 33.8%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#5DF0AA (or 0x5DF0AA) is known color: Medium Aquamarine. HEX triplet: 5D, F0 and AA. RGB value is (93,240,170). Sum of RGB (Red+Green+Blue) = 93+240+170=503 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.49% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 240 - color contains mainly: green. Hex color #5DF0AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF0AA is #A20F55. Grayscale: #BCBCBC. Windows color (decimal): -10620758 or 11202653. OLE color: 11202653.

HSL color Cylindrical-coordinate representation of color #5DF0AA: hue angle of 151.43º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DF0AA is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 93 240 170 -
CMYK 0.61 0 0.29 0.06
HSL 151.43º 0.83% 0.65% -
HSV(B) 151.43º 0.61% 0.94% -
XYZ 42.93 67.55 48.81 -
YUV 188.07 117.8 60.19 -
System Red Green Blue C M Y K H S L
Decimal 93 240 170 0.61 0 0.29 0.06 151.43 0.83 0.65
Hex 5D F0 AA 3D 0 1D 6 97 53 41
Octal 135 360 252 75 0 35 6 227 123 101
Binary 1011101 11110000 10101010 111101 0 11101 110 10010111 1010011 1000001

Color Harmonies of #5DF0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DF0AA

Black with #5DF0AA

Text Example


Text Example

White with #5DF0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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