Html Css Color HEX #5FD8AB Medium Aquamarine

📋 copy color: '#5FD8AB'

red 95 ◦ green 216 ◦ blue 171

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

Shades of Medium Aquamarine #5FD8AB

Tints of Medium Aquamarine #5FD8AB

RGB

 RED value IS 95 (37.5% from 255) = 19.71%

 GREEN value IS 216 (84.77% from 255) = 44.81%

 BLUE value IS 171 (67.19% from 255) = 35.48%

R = 19.71%
G = 44.81%
B = 35.48%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#5FD8AB (or 0x5FD8AB) is known color: Medium Aquamarine. HEX triplet: 5F, D8 and AB. RGB value is (95,216,171). Sum of RGB (Red+Green+Blue) = 95+216+171=482 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.71% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD8AB is #A02754. Grayscale: #AEAEAE. Windows color (decimal): -10495829 or 11262047. OLE color: 11262047.

HSL color Cylindrical-coordinate representation of color #5FD8AB: hue angle of 157.69º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FD8AB is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 95 216 171 -
CMYK 0.56 0 0.21 0.15
HSL 157.69º 0.61% 0.61% -
HSV(B) 157.69º 0.56% 0.85% -
XYZ 36.63 54.48 47.11 -
YUV 174.69 125.91 71.16 -
System Red Green Blue C M Y K H S L
Decimal 95 216 171 0.56 0 0.21 0.15 157.69 0.61 0.61
Hex 5F D8 AB 38 0 15 F 9E 3D 3D
Octal 137 330 253 70 0 25 17 236 75 75
Binary 1011111 11011000 10101011 111000 0 10101 1111 10011110 111101 111101

Color Harmonies of #5FD8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD8AB

Black with #5FD8AB

Text Example


Text Example

White with #5FD8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,216,171); }

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

background-color css

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

 a { background-color: rgb(95,216,171); }

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

border-color css

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

 span { border-color: rgb(95,216,171); }

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