Html Css Color HEX #5FDBAE Medium Aquamarine

📋 copy color: '#5FDBAE'

red 95 ◦ green 219 ◦ blue 174

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

Shades of Medium Aquamarine #5FDBAE

Tints of Medium Aquamarine #5FDBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 35.66%

R = 19.47%
G = 44.88%
B = 35.66%

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

#5FDBAE (or 0x5FDBAE) is known color: Medium Aquamarine. HEX triplet: 5F, DB and AE. RGB value is (95,219,174). Sum of RGB (Red+Green+Blue) = 95+219+174=488 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.47% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDBAE is #A02451. Grayscale: #B0B0B0. Windows color (decimal): -10495058 or 11459423. OLE color: 11459423.

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

Color convert

RGB 95 219 174 -
CMYK 0.57 0 0.21 0.14
HSL 158.23º 0.63% 0.62% -
HSV(B) 158.23º 0.57% 0.86% -
XYZ 37.69 56.15 48.9 -
YUV 176.79 126.42 69.66 -
System Red Green Blue C M Y K H S L
Decimal 95 219 174 0.57 0 0.21 0.14 158.23 0.63 0.62
Hex 5F DB AE 39 0 15 E 9E 3F 3E
Octal 137 333 256 71 0 25 16 236 77 76
Binary 1011111 11011011 10101110 111001 0 10101 1110 10011110 111111 111110

Color Harmonies of #5FDBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDBAE

Black with #5FDBAE

Text Example


Text Example

White with #5FDBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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