#68BFB6

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

Shades of Monte Carlo #68BFB6

Tints of Monte Carlo #68BFB6

Color information

#68BFB6 (or 0x68BFB6) is unknown color: approx Monte Carlo. HEX triplet: 68, BF and B6. RGB value is (104,191,182). Sum of RGB (Red+Green+Blue) = 104+191+182=477 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.80% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 182 (71.48% from 255 or 38.16% from 477); Max value from RGB is 191 - color contains mainly: green. Hex color #68BFB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BFB6 is #974049. Grayscale: #A3A3A3. Windows color (decimal): -9912394 or 11976552. OLE color: 11976552.

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

Color convert

RGB104191182-
CMYK0.4600.050.25
HSL173.79º40.47%57.84%-
HSV(B)173.79º45.55%74.9%-
XYZ32.7843.5850.94-
YUV163.96138.1885.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.80%
GREEN value IS 191 (75% from 255) = 40.04%
BLUE value IS 182 (71.48% from 255) = 38.16%
R=21.80%
G=40.04%
B=38.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041911820.4600.050.25173.7940.4757.84
Hex68BFB62E0519ae283a
Octal1502772665605312565072
Binary1101000101111111011011010111001011100110101110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68BFB6; }

 p { color: rgb(104,191,182); }

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

<style>
 a { background-color: #68BFB6; }

 a { background-color: rgb(104,191,182); }

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

<style>
 span { border-color: #68BFB6; }

 span { border-color: rgb(104,191,182); }

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