#6FBFAF

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

Shades of Monte Carlo #6FBFAF

Tints of Monte Carlo #6FBFAF

Color information

#6FBFAF (or 0x6FBFAF) is unknown color: approx Monte Carlo. HEX triplet: 6F, BF and AF. RGB value is (111,191,175). Sum of RGB (Red+Green+Blue) = 111+191+175=477 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.27% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 191 - color contains mainly: green. Hex color #6FBFAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBFAF is #904050. Grayscale: #A5A5A5. Windows color (decimal): -9453649 or 11517807. OLE color: 11517807.

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

Color convert

RGB111191175-
CMYK0.4200.080.25
HSL168º38.46%59.22%-
HSV(B)168º41.88%74.9%-
XYZ32.9243.7447.26-
YUV165.26133.589.3-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.27%
GREEN value IS 191 (75% from 255) = 40.04%
BLUE value IS 175 (68.75% from 255) = 36.69%
R=23.27%
G=40.04%
B=36.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111911750.4200.080.2516838.4659.22
Hex6FBFAF2A0819a8263b
Octal15727725752010312504673
Binary11011111011111110101111101010010001100110101000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,191,175); }

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

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

 a { background-color: rgb(111,191,175); }

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

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

 span { border-color: rgb(111,191,175); }

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