Html Css Color HEX #5FDBAA Medium Aquamarine

📋 copy color: '#5FDBAA'

red 95 ◦ green 219 ◦ blue 170

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

Shades of Medium Aquamarine #5FDBAA

Tints of Medium Aquamarine #5FDBAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.12%

R = 19.63%
G = 45.25%
B = 35.12%

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

#5FDBAA (or 0x5FDBAA) is known color: Medium Aquamarine. HEX triplet: 5F, DB and AA. RGB value is (95,219,170). Sum of RGB (Red+Green+Blue) = 95+219+170=484 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.63% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDBAA is #A02455. Grayscale: #B0B0B0. Windows color (decimal): -10495062 or 11197279. OLE color: 11197279.

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

Color convert

RGB 95 219 170 -
CMYK 0.57 0 0.22 0.14
HSL 156.29º 0.63% 0.62% -
HSV(B) 156.29º 0.57% 0.86% -
XYZ 37.31 56 46.87 -
YUV 176.34 124.42 69.98 -
System Red Green Blue C M Y K H S L
Decimal 95 219 170 0.57 0 0.22 0.14 156.29 0.63 0.62
Hex 5F DB AA 39 0 16 E 9C 3F 3E
Octal 137 333 252 71 0 26 16 234 77 76
Binary 1011111 11011011 10101010 111001 0 10110 1110 10011100 111111 111110

Color Harmonies of #5FDBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDBAA

Black with #5FDBAA

Text Example


Text Example

White with #5FDBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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