#6FCAB1

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

Shades of Medium Aquamarine #6FCAB1

Tints of Medium Aquamarine #6FCAB1

Color information

#6FCAB1 (or 0x6FCAB1) is unknown color: approx Medium Aquamarine. HEX triplet: 6F, CA and B1. RGB value is (111,202,177). Sum of RGB (Red+Green+Blue) = 111+202+177=490 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.65% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCAB1 is #90354E. Grayscale: #ABABAB. Windows color (decimal): -9450831 or 11651695. OLE color: 11651695.

HSL color Cylindrical-coordinate representation of color #6FCAB1: hue angle of 163.52º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FCAB1 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB111202177-
CMYK0.4500.120.21
HSL163.52º46.19%61.37%-
HSV(B)163.52º45.05%79.22%-
XYZ35.6148.7949.14-
YUV171.94130.8584.53-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.65%
GREEN value IS 202 (79.30% from 255) = 41.22%
BLUE value IS 177 (69.53% from 255) = 36.12%
R=22.65%
G=41.22%
B=36.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1112021770.4500.120.21163.5246.1961.37
Hex6FCAB12D0C15a42e3d
Octal15731226155014252445675
Binary11011111100101010110001101101011001010110100100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FCAB1; }

 p { color: rgb(111,202,177); }

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

<style>
 a { background-color: #6FCAB1; }

 a { background-color: rgb(111,202,177); }

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

<style>
 span { border-color: #6FCAB1; }

 span { border-color: rgb(111,202,177); }

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