Html Css Color HEX #5FDAAB Medium Aquamarine

📋 copy color: '#5FDAAB'

red 95 ◦ green 218 ◦ blue 171

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

Shades of Medium Aquamarine #5FDAAB

Tints of Medium Aquamarine #5FDAAB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.04%

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

R = 19.63%
G = 45.04%
B = 35.33%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#5FDAAB (or 0x5FDAAB) is known color: Medium Aquamarine. HEX triplet: 5F, DA and AB. RGB value is (95,218,171). Sum of RGB (Red+Green+Blue) = 95+218+171=484 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.63% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 218 - color contains mainly: green. Hex color #5FDAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDAAB is #A02554. Grayscale: #AFAFAF. Windows color (decimal): -10495317 or 11262559. OLE color: 11262559.

HSL color Cylindrical-coordinate representation of color #5FDAAB: hue angle of 157.07º degrees, saturation: 0.62, 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 #5FDAAB is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 95 218 171 -
CMYK 0.56 0 0.22 0.15
HSL 157.07º 0.62% 0.61% -
HSV(B) 157.07º 0.56% 0.85% -
XYZ 37.14 55.52 47.29 -
YUV 175.87 125.25 70.32 -
System Red Green Blue C M Y K H S L
Decimal 95 218 171 0.56 0 0.22 0.15 157.07 0.62 0.61
Hex 5F DA AB 38 0 16 F 9D 3E 3D
Octal 137 332 253 70 0 26 17 235 76 75
Binary 1011111 11011010 10101011 111000 0 10110 1111 10011101 111110 111101

Color Harmonies of #5FDAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDAAB

Black with #5FDAAB

Text Example


Text Example

White with #5FDAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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