#68C0B0

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

Shades of Monte Carlo #68C0B0

Tints of Monte Carlo #68C0B0

Color information

#68C0B0 (or 0x68C0B0) is unknown color: approx Monte Carlo. HEX triplet: 68, C0 and B0. RGB value is (104,192,176). Sum of RGB (Red+Green+Blue) = 104+192+176=472 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.03% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 192 - color contains mainly: green. Hex color #68C0B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C0B0 is #973F4F. Grayscale: #A3A3A3. Windows color (decimal): -9912144 or 11583592. OLE color: 11583592.

HSL color Cylindrical-coordinate representation of color #68C0B0: hue angle of 169.09º degrees, saturation: 0.41, 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 #68C0B0 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB104192176-
CMYK0.4600.080.25
HSL169.09º41.12%58.04%-
HSV(B)169.09º45.83%75.29%-
XYZ32.443.7847.82-
YUV163.86134.8585.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.03%
GREEN value IS 192 (75.39% from 255) = 40.68%
BLUE value IS 176 (69.14% from 255) = 37.29%
R=22.03%
G=40.68%
B=37.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041921760.4600.080.25169.0941.1258.04
Hex68C0B02E0819a9293a
Octal15030026056010312515172
Binary11010001100000010110000101110010001100110101001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,192,176); }

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

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

 a { background-color: rgb(104,192,176); }

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

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

 span { border-color: rgb(104,192,176); }

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