Html Css Color HEX #5DFBAA Medium Aquamarine

📋 copy color: '#5DFBAA'

red 93 ◦ green 251 ◦ blue 170

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

Shades of Medium Aquamarine #5DFBAA

Tints of Medium Aquamarine #5DFBAA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.83%

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

R = 18.09%
G = 48.83%
B = 33.07%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#5DFBAA (or 0x5DFBAA) is known color: Medium Aquamarine. HEX triplet: 5D, FB and AA. RGB value is (93,251,170). Sum of RGB (Red+Green+Blue) = 93+251+170=514 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.09% from 514); Green value is 251 (98.44% from 255 or 48.83% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 251 - color contains mainly: green. Hex color #5DFBAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DFBAA is #A20455. Grayscale: #C2C2C2. Windows color (decimal): -10617942 or 11205469. OLE color: 11205469.

HSL color Cylindrical-coordinate representation of color #5DFBAA: hue angle of 149.24º degrees, saturation: 0.95, 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 #5DFBAA is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 93 251 170 -
CMYK 0.63 0 0.32 0.02
HSL 149.24º 0.95% 0.67% -
HSV(B) 149.24º 0.63% 0.98% -
XYZ 46.27 74.22 49.92 -
YUV 194.52 114.15 55.59 -
System Red Green Blue C M Y K H S L
Decimal 93 251 170 0.63 0 0.32 0.02 149.24 0.95 0.67
Hex 5D FB AA 3F 0 20 2 95 5F 43
Octal 135 373 252 77 0 40 2 225 137 103
Binary 1011101 11111011 10101010 111111 0 100000 10 10010101 1011111 1000011

Color Harmonies of #5DFBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DFBAA

Black with #5DFBAA

Text Example


Text Example

White with #5DFBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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