#6BC6B5

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

Shades of Monte Carlo #6BC6B5

Tints of Monte Carlo #6BC6B5

Color information

#6BC6B5 (or 0x6BC6B5) is unknown color: approx Monte Carlo. HEX triplet: 6B, C6 and B5. RGB value is (107,198,181). Sum of RGB (Red+Green+Blue) = 107+198+181=486 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.02% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 198 - color contains mainly: green. Hex color #6BC6B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC6B5 is #94394A. Grayscale: #A8A8A8. Windows color (decimal): -9713995 or 11912811. OLE color: 11912811.

HSL color Cylindrical-coordinate representation of color #6BC6B5: hue angle of 168.79º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6BC6B5 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB107198181-
CMYK0.4600.090.22
HSL168.79º44.39%59.8%-
HSV(B)168.79º45.96%77.65%-
XYZ34.646.8550.94-
YUV168.85134.8583.88-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.02%
GREEN value IS 198 (77.73% from 255) = 40.74%
BLUE value IS 181 (71.09% from 255) = 37.24%
R=22.02%
G=40.74%
B=37.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1071981810.4600.090.22168.7944.3959.8
Hex6BC6B52E0916a92c3c
Octal15330626556011262515474
Binary11010111100011010110101101110010011011010101001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,198,181); }

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

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

 a { background-color: rgb(107,198,181); }

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

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

 span { border-color: rgb(107,198,181); }

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