#5FC7AB

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

Shades of Medium Aquamarine #5FC7AB

Tints of Medium Aquamarine #5FC7AB

Color information

#5FC7AB (or 0x5FC7AB) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, C7 and AB. RGB value is (95,199,171). Sum of RGB (Red+Green+Blue) = 95+199+171=465 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.43% from 465); Green value is 199 (78.12% from 255 or 42.80% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 199 - color contains mainly: green. Hex color #5FC7AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FC7AB is #A03854. Grayscale: #A4A4A4. Windows color (decimal): -10500181 or 11257695. OLE color: 11257695.

HSL color Cylindrical-coordinate representation of color #5FC7AB: hue angle of 163.85º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5FC7AB is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB95199171-
CMYK0.5200.140.22
HSL163.85º48.15%57.65%-
HSV(B)163.85º52.26%78.04%-
XYZ32.4946.2245.74-
YUV164.71131.5478.28-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.43%
GREEN value IS 199 (78.12% from 255) = 42.80%
BLUE value IS 171 (67.19% from 255) = 36.77%
R=20.43%
G=42.80%
B=36.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal951991710.5200.140.22163.8548.1557.65
Hex5FC7AB340E16a4303a
Octal13730725364016262446072
Binary10111111100011110101011110100011101011010100100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,199,171); }

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

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

 a { background-color: rgb(95,199,171); }

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

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

 span { border-color: rgb(95,199,171); }

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