#6BC4B4

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

Shades of Monte Carlo #6BC4B4

Tints of Monte Carlo #6BC4B4

Color information

#6BC4B4 (or 0x6BC4B4) is unknown color: approx Monte Carlo. HEX triplet: 6B, C4 and B4. RGB value is (107,196,180). Sum of RGB (Red+Green+Blue) = 107+196+180=483 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.15% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 196 - color contains mainly: green. Hex color #6BC4B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC4B4 is #943B4B. Grayscale: #A7A7A7. Windows color (decimal): -9714508 or 11846763. OLE color: 11846763.

HSL color Cylindrical-coordinate representation of color #6BC4B4: hue angle of 169.21º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6BC4B4 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB107196180-
CMYK0.4500.080.23
HSL169.21º43%59.41%-
HSV(B)169.21º45.41%76.86%-
XYZ34.0445.950.25-
YUV167.56135.0184.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.15%
GREEN value IS 196 (76.95% from 255) = 40.58%
BLUE value IS 180 (70.70% from 255) = 37.27%
R=22.15%
G=40.58%
B=37.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1071961800.4500.080.23169.214359.41
Hex6BC4B42D0817a92b3b
Octal15330426455010272515373
Binary11010111100010010110100101101010001011110101001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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