#6FC4BA

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

Shades of Monte Carlo #6FC4BA

Tints of Monte Carlo #6FC4BA

Color information

#6FC4BA (or 0x6FC4BA) is unknown color: approx Monte Carlo. HEX triplet: 6F, C4 and BA. RGB value is (111,196,186). Sum of RGB (Red+Green+Blue) = 111+196+186=493 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.52% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 196 - color contains mainly: green. Hex color #6FC4BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC4BA is #903B45. Grayscale: #A9A9A9. Windows color (decimal): -9452358 or 12239983. OLE color: 12239983.

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

Color convert

RGB111196186-
CMYK0.4300.050.23
HSL172.94º41.87%60.2%-
HSV(B)172.94º43.37%76.86%-
XYZ35.1646.453.56-
YUV169.44137.3486.31-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.52%
GREEN value IS 196 (76.95% from 255) = 39.76%
BLUE value IS 186 (73.05% from 255) = 37.73%
R=22.52%
G=39.76%
B=37.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1111961860.4300.050.23172.9441.8760.2
Hex6FC4BA2B0517ad2a3c
Octal1573042725305272555274
Binary1101111110001001011101010101101011011110101101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,196,186); }

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

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

 a { background-color: rgb(111,196,186); }

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

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

 span { border-color: rgb(111,196,186); }

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