#6FCAB0

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

Shades of Medium Aquamarine #6FCAB0

Tints of Medium Aquamarine #6FCAB0

Color information

#6FCAB0 (or 0x6FCAB0) is unknown color: approx Medium Aquamarine. HEX triplet: 6F, CA and B0. RGB value is (111,202,176). Sum of RGB (Red+Green+Blue) = 111+202+176=489 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.70% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCAB0 is #90354F. Grayscale: #ABABAB. Windows color (decimal): -9450832 or 11586159. OLE color: 11586159.

HSL color Cylindrical-coordinate representation of color #6FCAB0: hue angle of 162.86º 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 #6FCAB0 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB111202176-
CMYK0.4500.130.21
HSL162.86º46.19%61.37%-
HSV(B)162.86º45.05%79.22%-
XYZ35.5148.7648.61-
YUV171.83130.3584.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.70%
GREEN value IS 202 (79.30% from 255) = 41.31%
BLUE value IS 176 (69.14% from 255) = 35.99%
R=22.70%
G=41.31%
B=35.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1112021760.4500.130.21162.8646.1961.37
Hex6FCAB02D0D15a32e3d
Octal15731226055015252435675
Binary11011111100101010110000101101011011010110100011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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