Html Css Color HEX #5FDBAF Medium Aquamarine

📋 copy color: '#5FDBAF'

red 95 ◦ green 219 ◦ blue 175

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

Shades of Medium Aquamarine #5FDBAF

Tints of Medium Aquamarine #5FDBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.79%

R = 19.43%
G = 44.79%
B = 35.79%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#5FDBAF (or 0x5FDBAF) is known color: Medium Aquamarine. HEX triplet: 5F, DB and AF. RGB value is (95,219,175). Sum of RGB (Red+Green+Blue) = 95+219+175=489 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.43% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDBAF is #A02450. Grayscale: #B0B0B0. Windows color (decimal): -10495057 or 11524959. OLE color: 11524959.

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

Color convert

RGB 95 219 175 -
CMYK 0.57 0 0.20 0.14
HSL 158.71º 0.63% 0.62% -
HSV(B) 158.71º 0.57% 0.86% -
XYZ 37.79 56.19 49.41 -
YUV 176.91 126.92 69.58 -
System Red Green Blue C M Y K H S L
Decimal 95 219 175 0.57 0 0.20 0.14 158.71 0.63 0.62
Hex 5F DB AF 39 0 14 E 9F 3F 3E
Octal 137 333 257 71 0 24 16 237 77 76
Binary 1011111 11011011 10101111 111001 0 10100 1110 10011111 111111 111110

Color Harmonies of #5FDBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDBAF

Black with #5FDBAF

Text Example


Text Example

White with #5FDBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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