Html Css Color HEX #5FDBAB Medium Aquamarine

📋 copy color: '#5FDBAB'

red 95 ◦ green 219 ◦ blue 171

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

Shades of Medium Aquamarine #5FDBAB

Tints of Medium Aquamarine #5FDBAB

RGB

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

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

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

R = 19.59%
G = 45.15%
B = 35.26%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#5FDBAB (or 0x5FDBAB) is known color: Medium Aquamarine. HEX triplet: 5F, DB and AB. RGB value is (95,219,171). Sum of RGB (Red+Green+Blue) = 95+219+171=485 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.59% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDBAB is #A02454. Grayscale: #B0B0B0. Windows color (decimal): -10495061 or 11262815. OLE color: 11262815.

HSL color Cylindrical-coordinate representation of color #5FDBAB: hue angle of 156.77º 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 #5FDBAB is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 95 219 171 -
CMYK 0.57 0 0.22 0.14
HSL 156.77º 0.63% 0.62% -
HSV(B) 156.77º 0.57% 0.86% -
XYZ 37.4 56.04 47.37 -
YUV 176.45 124.92 69.9 -
System Red Green Blue C M Y K H S L
Decimal 95 219 171 0.57 0 0.22 0.14 156.77 0.63 0.62
Hex 5F DB AB 39 0 16 E 9D 3F 3E
Octal 137 333 253 71 0 26 16 235 77 76
Binary 1011111 11011011 10101011 111001 0 10110 1110 10011101 111111 111110

Color Harmonies of #5FDBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDBAB

Black with #5FDBAB

Text Example


Text Example

White with #5FDBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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