#6FC8B0

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

Shades of Monte Carlo #6FC8B0

Tints of Monte Carlo #6FC8B0

Color information

#6FC8B0 (or 0x6FC8B0) is unknown color: approx Monte Carlo. HEX triplet: 6F, C8 and B0. RGB value is (111,200,176). Sum of RGB (Red+Green+Blue) = 111+200+176=487 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.79% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 176 (69.14% from 255 or 36.14% from 487); Max value from RGB is 200 - color contains mainly: green. Hex color #6FC8B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FC8B0 is #90374F. Grayscale: #AAAAAA. Windows color (decimal): -9451344 or 11585647. OLE color: 11585647.

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

Color convert

RGB111200176-
CMYK0.4400.120.22
HSL163.82º44.72%60.98%-
HSV(B)163.82º44.5%78.43%-
XYZ35.0547.8248.46-
YUV170.65131.0185.45-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.79%
GREEN value IS 200 (78.52% from 255) = 41.07%
BLUE value IS 176 (69.14% from 255) = 36.14%
R=22.79%
G=41.07%
B=36.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1112001760.4400.120.22163.8244.7260.98
Hex6FC8B02C0C16a42d3d
Octal15731026054014262445575
Binary11011111100100010110000101100011001011010100100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,200,176); }

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

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

 a { background-color: rgb(111,200,176); }

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

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

 span { border-color: rgb(111,200,176); }

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