#6AC0AF

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

Shades of Monte Carlo #6AC0AF

Tints of Monte Carlo #6AC0AF

Color information

#6AC0AF (or 0x6AC0AF) is unknown color: approx Monte Carlo. HEX triplet: 6A, C0 and AF. RGB value is (106,192,175). Sum of RGB (Red+Green+Blue) = 106+192+175=473 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.41% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #6AC0AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AC0AF is #953F50. Grayscale: #A4A4A4. Windows color (decimal): -9781073 or 11518058. OLE color: 11518058.

HSL color Cylindrical-coordinate representation of color #6AC0AF: hue angle of 168.14º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6AC0AF is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB106192175-
CMYK0.4500.090.25
HSL168.14º40.57%58.43%-
HSV(B)168.14º44.79%75.29%-
XYZ32.5343.8647.31-
YUV164.35134.0186.38-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.41%
GREEN value IS 192 (75.39% from 255) = 40.59%
BLUE value IS 175 (68.75% from 255) = 37.00%
R=22.41%
G=40.59%
B=37.00%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061921750.4500.090.25168.1440.5758.43
Hex6AC0AF2D0919a8293a
Octal15230025755011312505172
Binary11010101100000010101111101101010011100110101000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,192,175); }

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

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

 a { background-color: rgb(106,192,175); }

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

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

 span { border-color: rgb(106,192,175); }

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