Html Css Color HEX #5FD1A4 Medium Aquamarine

📋 copy color: '#5FD1A4'

red 95 ◦ green 209 ◦ blue 164

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

Shades of Medium Aquamarine #5FD1A4

Tints of Medium Aquamarine #5FD1A4

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.66%

 BLUE value IS 164 (64.45% from 255) = 35.04%

R = 20.3%
G = 44.66%
B = 35.04%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#5FD1A4 (or 0x5FD1A4) is known color: Medium Aquamarine. HEX triplet: 5F, D1 and A4. RGB value is (95,209,164). Sum of RGB (Red+Green+Blue) = 95+209+164=468 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.30% from 468); Green value is 209 (82.03% from 255 or 44.66% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 209 - color contains mainly: green. Hex color #5FD1A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD1A4 is #A02E5B. Grayscale: #A9A9A9. Windows color (decimal): -10497628 or 10801503. OLE color: 10801503.

HSL color Cylindrical-coordinate representation of color #5FD1A4: hue angle of 156.32º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FD1A4 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB 95 209 164 -
CMYK 0.55 0 0.22 0.18
HSL 156.32º 0.55% 0.6% -
HSV(B) 156.32º 0.55% 0.82% -
XYZ 34.22 50.71 43.11 -
YUV 169.78 124.73 74.66 -
System Red Green Blue C M Y K H S L
Decimal 95 209 164 0.55 0 0.22 0.18 156.32 0.55 0.6
Hex 5F D1 A4 37 0 16 12 9C 37 3C
Octal 137 321 244 67 0 26 22 234 67 74
Binary 1011111 11010001 10100100 110111 0 10110 10010 10011100 110111 111100

Color Harmonies of #5FD1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD1A4

Black with #5FD1A4

Text Example


Text Example

White with #5FD1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,209,164); }

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

background-color css

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

 a { background-color: rgb(95,209,164); }

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

border-color css

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

 span { border-color: rgb(95,209,164); }

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