#6CC0BA

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

Shades of Monte Carlo #6CC0BA

Tints of Monte Carlo #6CC0BA

Color information

#6CC0BA (or 0x6CC0BA) is unknown color: approx Monte Carlo. HEX triplet: 6C, C0 and BA. RGB value is (108,192,186). Sum of RGB (Red+Green+Blue) = 108+192+186=486 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.22% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 192 - color contains mainly: green. Hex color #6CC0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC0BA is #933F45. Grayscale: #A6A6A6. Windows color (decimal): -9649990 or 12238956. OLE color: 12238956.

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

Color convert

RGB108192186-
CMYK0.4400.030.25
HSL175.71º40%58.82%-
HSV(B)175.71º43.75%75.29%-
XYZ33.944.4353.24-
YUV166.2139.1786.49-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.22%
GREEN value IS 192 (75.39% from 255) = 39.51%
BLUE value IS 186 (73.05% from 255) = 38.27%
R=22.22%
G=39.51%
B=38.27%

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
Decimal1081921860.4400.030.25175.714058.82
Hex6CC0BA2C0319b0283b
Octal1543002725403312605073
Binary110110011000000101110101011000111100110110000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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