Html Css Color HEX #5DFA9E Medium Aquamarine

📋 copy color: '#5DFA9E'

red 93 ◦ green 250 ◦ blue 158

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

Shades of Medium Aquamarine #5DFA9E

Tints of Medium Aquamarine #5DFA9E

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.9%

 BLUE value IS 158 (62.11% from 255) = 31.54%

R = 18.56%
G = 49.9%
B = 31.54%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#5DFA9E (or 0x5DFA9E) is known color: Medium Aquamarine. HEX triplet: 5D, FA and 9E. RGB value is (93,250,158). Sum of RGB (Red+Green+Blue) = 93+250+158=501 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.56% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #5DFA9E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DFA9E is #A20561. Grayscale: #C0C0C0. Windows color (decimal): -10618210 or 10418781. OLE color: 10418781.

HSL color Cylindrical-coordinate representation of color #5DFA9E: hue angle of 144.84º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFA9E is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 93 250 158 -
CMYK 0.63 0 0.37 0.02
HSL 144.84º 0.94% 0.67% -
HSV(B) 144.84º 0.63% 0.98% -
XYZ 44.87 73.17 44.11 -
YUV 192.57 108.49 56.98 -
System Red Green Blue C M Y K H S L
Decimal 93 250 158 0.63 0 0.37 0.02 144.84 0.94 0.67
Hex 5D FA 9E 3F 0 25 2 91 5E 43
Octal 135 372 236 77 0 45 2 221 136 103
Binary 1011101 11111010 10011110 111111 0 100101 10 10010001 1011110 1000011

Color Harmonies of #5DFA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DFA9E

Black with #5DFA9E

Text Example


Text Example

White with #5DFA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,250,158); }

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

background-color css

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

 a { background-color: rgb(93,250,158); }

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

border-color css

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

 span { border-color: rgb(93,250,158); }

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