Html Css Color HEX #5FDCAC Medium Aquamarine

📋 copy color: '#5FDCAC'

red 95 ◦ green 220 ◦ blue 172

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

Shades of Medium Aquamarine #5FDCAC

Tints of Medium Aquamarine #5FDCAC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.17%

 BLUE value IS 172 (67.58% from 255) = 35.32%

R = 19.51%
G = 45.17%
B = 35.32%

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

#5FDCAC (or 0x5FDCAC) is known color: Medium Aquamarine. HEX triplet: 5F, DC and AC. RGB value is (95,220,172). Sum of RGB (Red+Green+Blue) = 95+220+172=487 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.51% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDCAC is #A02353. Grayscale: #B1B1B1. Windows color (decimal): -10494804 or 11328607. OLE color: 11328607.

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

Color convert

RGB 95 220 172 -
CMYK 0.57 0 0.22 0.14
HSL 156.96º 0.64% 0.62% -
HSV(B) 156.96º 0.57% 0.86% -
XYZ 37.76 56.6 47.96 -
YUV 177.15 125.09 69.4 -
System Red Green Blue C M Y K H S L
Decimal 95 220 172 0.57 0 0.22 0.14 156.96 0.64 0.62
Hex 5F DC AC 39 0 16 E 9D 40 3E
Octal 137 334 254 71 0 26 16 235 100 76
Binary 1011111 11011100 10101100 111001 0 10110 1110 10011101 1000000 111110

Color Harmonies of #5FDCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDCAC

Black with #5FDCAC

Text Example


Text Example

White with #5FDCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,220,172); }

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

background-color css

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

 a { background-color: rgb(95,220,172); }

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

border-color css

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

 span { border-color: rgb(95,220,172); }

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