#5FDCB1

Color #5FDCB1 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #5FDCB1

Tints of Medium Aquamarine #5FDCB1

Color information

#5FDCB1 (or 0x5FDCB1) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, DC and B1. RGB value is (95,220,177). Sum of RGB (Red+Green+Blue) = 95+220+177=492 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.31% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 177 (69.53% from 255 or 35.98% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDCB1 is #A0234E. Grayscale: #B1B1B1. Windows color (decimal): -10494799 or 11656287. OLE color: 11656287.

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

Color convert

RGB95220177-
CMYK0.5700.200.14
HSL159.36º64.1%61.76%-
HSV(B)159.36º56.82%86.27%-
XYZ38.2556.7950.54-
YUV177.72127.5969-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.31%
GREEN value IS 220 (86.33% from 255) = 44.72%
BLUE value IS 177 (69.53% from 255) = 35.98%
R=19.31%
G=44.72%
B=35.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal952201770.5700.200.14159.3664.161.76
Hex5FDCB139014E9f403e
Octal137334261710241623710076
Binary101111111011100101100011110010101001110100111111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FDCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5FDCB1;
 }
 .AnyTagClassName
 {
   color: #5FDCB1;
 }
</style>
background-color css

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

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

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

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

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

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