#126854

Color #126854 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #126854

Tints of Watercourse #126854

Color information

#126854 (or 0x126854) is unknown color: approx Watercourse. HEX triplet: 12, 68 and 54. RGB value is (18,104,84). Sum of RGB (Red+Green+Blue) = 18+104+84=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 104 (41.02% from 255 or 50.49% from 206); Blue value is 84 (33.20% from 255 or 40.78% from 206); Max value from RGB is 104 - color contains mainly: green. Hex color #126854 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126854 is #ED97AB. Grayscale: #4C4C4C. Windows color (decimal): -15570860 or 5531666. OLE color: 5531666.

HSL color Cylindrical-coordinate representation of color #126854: hue angle of 166.05º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126854 is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB1810484-
CMYK0.8300.190.59
HSL166.05º70.49%23.92%-
HSV(B)166.05º82.69%40.78%-
XYZ6.810.6710.09-
YUV76.01132.5186.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.74%
GREEN value IS 104 (41.02% from 255) = 50.49%
BLUE value IS 84 (33.20% from 255) = 40.78%
R=8.74%
G=50.49%
B=40.78%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18104840.8300.190.59166.0570.4923.92
Hex126854530133Ba64618
Octal221501241230237324610630
Binary1001011010001010100101001101001111101110100110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126854; }

 p { color: rgb(18,104,84); }

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

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

 a { background-color: rgb(18,104,84); }

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

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

 span { border-color: rgb(18,104,84); }

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