#6ABFB4

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

Shades of Monte Carlo #6ABFB4

Tints of Monte Carlo #6ABFB4

Color information

#6ABFB4 (or 0x6ABFB4) is unknown color: approx Monte Carlo. HEX triplet: 6A, BF and B4. RGB value is (106,191,180). Sum of RGB (Red+Green+Blue) = 106+191+180=477 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.22% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 180 (70.70% from 255 or 37.74% from 477); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABFB4 is #95404B. Grayscale: #A4A4A4. Windows color (decimal): -9781324 or 11845482. OLE color: 11845482.

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

Color convert

RGB106191180-
CMYK0.4500.060.25
HSL172.24º39.91%58.24%-
HSV(B)172.24º44.5%74.9%-
XYZ32.8143.6249.87-
YUV164.33136.8486.39-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.22%
GREEN value IS 191 (75% from 255) = 40.04%
BLUE value IS 180 (70.70% from 255) = 37.74%
R=22.22%
G=40.04%
B=37.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061911800.4500.060.25172.2439.9158.24
Hex6ABFB42D0619ac283a
Octal1522772645506312545072
Binary1101010101111111011010010110101101100110101100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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