#5FCAB0

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

Shades of Medium Aquamarine #5FCAB0

Tints of Medium Aquamarine #5FCAB0

Color information

#5FCAB0 (or 0x5FCAB0) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, CA and B0. RGB value is (95,202,176). Sum of RGB (Red+Green+Blue) = 95+202+176=473 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.08% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCAB0 is #A0354F. Grayscale: #A7A7A7. Windows color (decimal): -10499408 or 11586143. OLE color: 11586143.

HSL color Cylindrical-coordinate representation of color #5FCAB0: hue angle of 165.42º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCAB0 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB95202176-
CMYK0.5300.130.21
HSL165.42º50.23%58.24%-
HSV(B)165.42º52.97%79.22%-
XYZ33.6847.8148.53-
YUV167.04133.0576.61-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.08%
GREEN value IS 202 (79.30% from 255) = 42.71%
BLUE value IS 176 (69.14% from 255) = 37.21%
R=20.08%
G=42.71%
B=37.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal952021760.5300.130.21165.4250.2358.24
Hex5FCAB0350D15a5323a
Octal13731226065015252456272
Binary10111111100101010110000110101011011010110100101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,202,176); }

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

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

 a { background-color: rgb(95,202,176); }

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

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

 span { border-color: rgb(95,202,176); }

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