Html Css Color HEX #5FDBA0 Medium Aquamarine

📋 copy color: '#5FDBA0'

red 95 ◦ green 219 ◦ blue 160

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

Shades of Medium Aquamarine #5FDBA0

Tints of Medium Aquamarine #5FDBA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.76%

R = 20.04%
G = 46.2%
B = 33.76%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#5FDBA0 (or 0x5FDBA0) is known color: Medium Aquamarine. HEX triplet: 5F, DB and A0. RGB value is (95,219,160). Sum of RGB (Red+Green+Blue) = 95+219+160=474 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.04% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDBA0 is #A0245F. Grayscale: #AFAFAF. Windows color (decimal): -10495072 or 10541919. OLE color: 10541919.

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

Color convert

RGB 95 219 160 -
CMYK 0.57 0 0.27 0.14
HSL 151.45º 0.63% 0.62% -
HSV(B) 151.45º 0.57% 0.86% -
XYZ 36.4 55.63 42.08 -
YUV 175.2 119.42 70.8 -
System Red Green Blue C M Y K H S L
Decimal 95 219 160 0.57 0 0.27 0.14 151.45 0.63 0.62
Hex 5F DB A0 39 0 1B E 97 3F 3E
Octal 137 333 240 71 0 33 16 227 77 76
Binary 1011111 11011011 10100000 111001 0 11011 1110 10010111 111111 111110

Color Harmonies of #5FDBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDBA0

Black with #5FDBA0

Text Example


Text Example

White with #5FDBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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