#6BC0B0

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

Shades of Monte Carlo #6BC0B0

Tints of Monte Carlo #6BC0B0

Color information

#6BC0B0 (or 0x6BC0B0) is unknown color: approx Monte Carlo. HEX triplet: 6B, C0 and B0. RGB value is (107,192,176). Sum of RGB (Red+Green+Blue) = 107+192+176=475 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.53% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #6BC0B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BC0B0 is #943F4F. Grayscale: #A4A4A4. Windows color (decimal): -9715536 or 11583595. OLE color: 11583595.

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

Color convert

RGB107192176-
CMYK0.4400.080.25
HSL168.71º40.28%58.63%-
HSV(B)168.71º44.27%75.29%-
XYZ32.7543.9647.83-
YUV164.76134.3486.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.53%
GREEN value IS 192 (75.39% from 255) = 40.42%
BLUE value IS 176 (69.14% from 255) = 37.05%
R=22.53%
G=40.42%
B=37.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1071921760.4400.080.25168.7140.2858.63
Hex6BC0B02C0819a9283b
Octal15330026054010312515073
Binary11010111100000010110000101100010001100110101001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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