#6bc0ba

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

Shades of Monte Carlo #6BC0BA

Tints of Monte Carlo #6BC0BA

Color information

#6BC0BA (or 0x6BC0BA) is unknown color: approx Monte Carlo. HEX triplet: 6B, C0 and BA. RGB value is (107,192,186). Sum of RGB (Red+Green+Blue) = 107+192+186=485 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.06% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 192 - color contains mainly: green. Hex color #6BC0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC0BA is #943F45. Grayscale: #A5A5A5. Windows color (decimal): -9715526 or 12238955. OLE color: 12238955.

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

Color convert

RGB107192186-
CMYK0.4400.030.25
HSL175.76º40.28%58.63%-
HSV(B)175.76º44.27%75.29%-
XYZ33.7844.3753.24-
YUV165.9139.3485.99-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.06%
GREEN value IS 192 (75.39% from 255) = 39.59%
BLUE value IS 186 (73.05% from 255) = 38.35%
R=22.06%
G=39.59%
B=38.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1071921860.4400.030.25175.7640.2858.63
Hex6BC0BA2C0319b0283b
Octal1533002725403312605073
Binary110101111000000101110101011000111100110110000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6bc0ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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