#126852

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

Shades of Watercourse #126852

Tints of Watercourse #126852

Color information

#126852 (or 0x126852) is unknown color: approx Watercourse. HEX triplet: 12, 68 and 52. RGB value is (18,104,82). Sum of RGB (Red+Green+Blue) = 18+104+82=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 104 (41.02% from 255 or 50.98% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 104 - color contains mainly: green. Hex color #126852 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126852 is #ED97AD. Grayscale: #4B4B4B. Windows color (decimal): -15570862 or 5400594. OLE color: 5400594.

HSL color Cylindrical-coordinate representation of color #126852: hue angle of 164.65º 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 #126852 is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB1810482-
CMYK0.8300.210.59
HSL164.65º70.49%23.92%-
HSV(B)164.65º82.69%40.78%-
XYZ6.7210.649.68-
YUV75.78131.5186.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.82%
GREEN value IS 104 (41.02% from 255) = 50.98%
BLUE value IS 82 (32.42% from 255) = 40.20%
R=8.82%
G=50.98%
B=40.20%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18104820.8300.210.59164.6570.4923.92
Hex126852530153Ba54618
Octal221501221230257324510630
Binary1001011010001010010101001101010111101110100101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126852; }

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

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

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

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

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

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

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

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