Html Css Color HEX #5FDBAC Medium Aquamarine

📋 copy color: '#5FDBAC'

red 95 ◦ green 219 ◦ blue 172

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

Shades of Medium Aquamarine #5FDBAC

Tints of Medium Aquamarine #5FDBAC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.06%

 BLUE value IS 172 (67.58% from 255) = 35.39%

R = 19.55%
G = 45.06%
B = 35.39%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#5FDBAC (or 0x5FDBAC) is known color: Medium Aquamarine. HEX triplet: 5F, DB and AC. RGB value is (95,219,172). Sum of RGB (Red+Green+Blue) = 95+219+172=486 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.55% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDBAC is #A02453. Grayscale: #B0B0B0. Windows color (decimal): -10495060 or 11328351. OLE color: 11328351.

HSL color Cylindrical-coordinate representation of color #5FDBAC: hue angle of 157.26º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDBAC is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 95 219 172 -
CMYK 0.57 0 0.21 0.14
HSL 157.26º 0.63% 0.62% -
HSV(B) 157.26º 0.57% 0.86% -
XYZ 37.5 56.07 47.88 -
YUV 176.57 125.42 69.82 -
System Red Green Blue C M Y K H S L
Decimal 95 219 172 0.57 0 0.21 0.14 157.26 0.63 0.62
Hex 5F DB AC 39 0 15 E 9D 3F 3E
Octal 137 333 254 71 0 25 16 235 77 76
Binary 1011111 11011011 10101100 111001 0 10101 1110 10011101 111111 111110

Color Harmonies of #5FDBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDBAC

Black with #5FDBAC

Text Example


Text Example

White with #5FDBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,219,172); }

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

background-color css

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

 a { background-color: rgb(95,219,172); }

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

border-color css

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

 span { border-color: rgb(95,219,172); }

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