#106250

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

Shades of Watercourse #106250

Tints of Watercourse #106250

Color information

#106250 (or 0x106250) is unknown color: approx Watercourse. HEX triplet: 10, 62 and 50. RGB value is (16,98,80). Sum of RGB (Red+Green+Blue) = 16+98+80=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 98 (38.67% from 255 or 50.52% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 98 - color contains mainly: green. Hex color #106250 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106250 is #EF9DAF. Grayscale: #474747. Windows color (decimal): -15703472 or 5267984. OLE color: 5267984.

HSL color Cylindrical-coordinate representation of color #106250: hue angle of 166.83º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106250 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB169880-
CMYK0.8400.180.62
HSL166.83º71.93%22.35%-
HSV(B)166.83º83.67%38.43%-
XYZ6.039.429.09-
YUV71.43132.8388.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.25%
GREEN value IS 98 (38.67% from 255) = 50.52%
BLUE value IS 80 (31.64% from 255) = 41.24%
R=8.25%
G=50.52%
B=41.24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1698800.8400.180.62166.8371.9322.35
Hex106250540123Ea74816
Octal201421201240227624711026
Binary1000011000101010000101010001001011111010100111100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106250; }

 p { color: rgb(16,98,80); }

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

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

 a { background-color: rgb(16,98,80); }

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

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

 span { border-color: rgb(16,98,80); }

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