Html Css Color HEX #5DF8A6 Medium Aquamarine

📋 copy color: '#5DF8A6'

red 93 ◦ green 248 ◦ blue 166

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

Shades of Medium Aquamarine #5DF8A6

Tints of Medium Aquamarine #5DF8A6

RGB

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

 GREEN value IS 248 (97.27% from 255) = 48.92%

 BLUE value IS 166 (65.23% from 255) = 32.74%

R = 18.34%
G = 48.92%
B = 32.74%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#5DF8A6 (or 0x5DF8A6) is known color: Medium Aquamarine. HEX triplet: 5D, F8 and A6. RGB value is (93,248,166). Sum of RGB (Red+Green+Blue) = 93+248+166=507 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.34% from 507); Green value is 248 (97.27% from 255 or 48.92% from 507); Blue value is 166 (65.23% from 255 or 32.74% from 507); Max value from RGB is 248 - color contains mainly: green. Hex color #5DF8A6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF8A6 is #A20759. Grayscale: #C0C0C0. Windows color (decimal): -10618714 or 10942557. OLE color: 10942557.

HSL color Cylindrical-coordinate representation of color #5DF8A6: hue angle of 148.26º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF8A6 is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB 93 248 166 -
CMYK 0.62 0 0.33 0.03
HSL 148.26º 0.92% 0.67% -
HSV(B) 148.26º 0.63% 0.97% -
XYZ 44.96 72.22 47.65 -
YUV 192.31 113.15 57.17 -
System Red Green Blue C M Y K H S L
Decimal 93 248 166 0.62 0 0.33 0.03 148.26 0.92 0.67
Hex 5D F8 A6 3E 0 21 3 94 5C 43
Octal 135 370 246 76 0 41 3 224 134 103
Binary 1011101 11111000 10100110 111110 0 100001 11 10010100 1011100 1000011

Color Harmonies of #5DF8A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DF8A6

Black with #5DF8A6

Text Example


Text Example

White with #5DF8A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,248,166); }

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

background-color css

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

 a { background-color: rgb(93,248,166); }

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

border-color css

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

 span { border-color: rgb(93,248,166); }

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