#6ABFB0

Color #6ABFB0 Monte Carlo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monte Carlo #6ABFB0

Tints of Monte Carlo #6ABFB0

Color information

#6ABFB0 (or 0x6ABFB0) is unknown color: approx Monte Carlo. HEX triplet: 6A, BF and B0. RGB value is (106,191,176). Sum of RGB (Red+Green+Blue) = 106+191+176=473 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.41% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABFB0 is #95404F. Grayscale: #A3A3A3. Windows color (decimal): -9781328 or 11583338. OLE color: 11583338.

HSL color Cylindrical-coordinate representation of color #6ABFB0: hue angle of 169.41º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6ABFB0 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB106191176-
CMYK0.4500.080.25
HSL169.41º39.91%58.24%-
HSV(B)169.41º44.5%74.9%-
XYZ32.4143.4647.75-
YUV163.87134.8486.72-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.41%
GREEN value IS 191 (75% from 255) = 40.38%
BLUE value IS 176 (69.14% from 255) = 37.21%
R=22.41%
G=40.38%
B=37.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061911760.4500.080.25169.4139.9158.24
Hex6ABFB02D0819a9283a
Octal15227726055010312515072
Binary11010101011111110110000101101010001100110101001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,191,176); }

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

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

 a { background-color: rgb(106,191,176); }

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

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

 span { border-color: rgb(106,191,176); }

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