Html Css Color HEX #126851 Watercourse

📋 copy color: '#126851'

red 18 ◦ green 104 ◦ blue 81

#126851
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #126851

Tints of Watercourse #126851

RGB

 RED value IS 18 (7.42% from 255) = 8.87%

 GREEN value IS 104 (41.02% from 255) = 51.23%

 BLUE value IS 81 (32.03% from 255) = 39.9%

R = 8.87%
G = 51.23%
B = 39.9%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#126851 (or 0x126851) is known color: Watercourse. HEX triplet: 12, 68 and 51. RGB value is (18,104,81). Sum of RGB (Red+Green+Blue) = 18+104+81=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 104 (41.02% from 255 or 51.23% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 104 - color contains mainly: green. Hex color #126851 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126851 is #ED97AE. Grayscale: #4B4B4B. Windows color (decimal): -15570863 or 5335058. OLE color: 5335058.

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

Color convert

RGB 18 104 81 -
CMYK 0.83 0 0.22 0.59
HSL 163.95º 0.7% 0.24% -
HSV(B) 163.95º 0.83% 0.41% -
XYZ 6.68 10.62 9.48 -
YUV 75.66 131.01 86.87 -
System Red Green Blue C M Y K H S L
Decimal 18 104 81 0.83 0 0.22 0.59 163.95 0.7 0.24
Hex 12 68 51 53 0 16 3B A4 46 18
Octal 22 150 121 123 0 26 73 244 106 30
Binary 10010 1101000 1010001 1010011 0 10110 111011 10100100 1000110 11000

Color Harmonies of #126851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126851

Black with #126851

Text Example


Text Example

White with #126851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126851; }

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

 H1.HeaderClassName
 {
   color: #126851;
 }
 .AnyTagClassName
 {
   color: #126851;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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