#126651

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

Shades of Watercourse #126651

Tints of Watercourse #126651

Color information

#126651 (or 0x126651) is unknown color: approx Watercourse. HEX triplet: 12, 66 and 51. RGB value is (18,102,81). Sum of RGB (Red+Green+Blue) = 18+102+81=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 102 (40.23% from 255 or 50.75% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 102 - color contains mainly: green. Hex color #126651 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126651 is #ED99AE. Grayscale: #4A4A4A. Windows color (decimal): -15571375 or 5334546. OLE color: 5334546.

HSL color Cylindrical-coordinate representation of color #126651: hue angle of 165º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126651 is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.6.

Color convert

RGB1810281-
CMYK0.8200.210.6
HSL165º70%23.53%-
HSV(B)165º82.35%40%-
XYZ6.4910.239.42-
YUV74.49131.6787.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.96%
GREEN value IS 102 (40.23% from 255) = 50.75%
BLUE value IS 81 (32.03% from 255) = 40.30%
R=8.96%
G=50.75%
B=40.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18102810.8200.210.61657023.53
Hex126651520153Ca54618
Octal221461211220257424510630
Binary1001011001101010001101001001010111110010100101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126651; }

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

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

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

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

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

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

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

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