#6BC5B4

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

Shades of Monte Carlo #6BC5B4

Tints of Monte Carlo #6BC5B4

Color information

#6BC5B4 (or 0x6BC5B4) is unknown color: approx Monte Carlo. HEX triplet: 6B, C5 and B4. RGB value is (107,197,180). Sum of RGB (Red+Green+Blue) = 107+197+180=484 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.11% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 197 - color contains mainly: green. Hex color #6BC5B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC5B4 is #943A4B. Grayscale: #A8A8A8. Windows color (decimal): -9714252 or 11847019. OLE color: 11847019.

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

Color convert

RGB107197180-
CMYK0.4600.090.23
HSL168.67º43.69%59.61%-
HSV(B)168.67º45.69%77.25%-
XYZ34.2746.3550.32-
YUV168.15134.6884.38-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.11%
GREEN value IS 197 (77.34% from 255) = 40.70%
BLUE value IS 180 (70.70% from 255) = 37.19%
R=22.11%
G=40.70%
B=37.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1071971800.4600.090.23168.6743.6959.61
Hex6BC5B42E0917a92c3c
Octal15330526456011272515474
Binary11010111100010110110100101110010011011110101001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,197,180); }

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

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

 a { background-color: rgb(107,197,180); }

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

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

 span { border-color: rgb(107,197,180); }

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