#026850

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

Shades of Watercourse #026850

Tints of Watercourse #026850

Color information

#026850 (or 0x026850) is unknown color: approx Watercourse. HEX triplet: 02, 68 and 50. RGB value is (2,104,80). Sum of RGB (Red+Green+Blue) = 2+104+80=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 104 (41.02% from 255 or 55.91% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 104 - color contains mainly: green. Hex color #026850 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026850 is #FD97AF. Grayscale: #464646. Windows color (decimal): -16619440 or 5269506. OLE color: 5269506.

HSL color Cylindrical-coordinate representation of color #026850: hue angle of 165.88º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026850 is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB210480-
CMYK0.9800.230.59
HSL165.88º96.23%20.78%-
HSV(B)165.88º98.08%40.78%-
XYZ6.4210.499.28-
YUV70.77133.2178.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.08%
GREEN value IS 104 (41.02% from 255) = 55.91%
BLUE value IS 80 (31.64% from 255) = 43.01%
R=1.08%
G=55.91%
B=43.01%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2104800.9800.230.59165.8896.2320.78
Hex26850620173Ba66015
Octal21501201420277324614025
Binary1011010001010000110001001011111101110100110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026850; }

 p { color: rgb(2,104,80); }

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

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

 a { background-color: rgb(2,104,80); }

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

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

 span { border-color: rgb(2,104,80); }

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