#026A51

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

Shades of Watercourse #026A51

Tints of Watercourse #026A51

Color information

#026A51 (or 0x026A51) is unknown color: approx Watercourse. HEX triplet: 02, 6A and 51. RGB value is (2,106,81). Sum of RGB (Red+Green+Blue) = 2+106+81=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 106 (41.80% from 255 or 56.08% from 189); Blue value is 81 (32.03% from 255 or 42.86% from 189); Max value from RGB is 106 - color contains mainly: green. Hex color #026A51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026A51 is #FD95AE. Grayscale: #484848. Windows color (decimal): -16618927 or 5335554. OLE color: 5335554.

HSL color Cylindrical-coordinate representation of color #026A51: hue angle of 165.58º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026A51 is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB210681-
CMYK0.9800.240.58
HSL165.58º96.3%21.18%-
HSV(B)165.58º98.11%41.57%-
XYZ6.6610.929.54-
YUV72.05133.0478.03-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.06%
GREEN value IS 106 (41.80% from 255) = 56.08%
BLUE value IS 81 (32.03% from 255) = 42.86%
R=1.06%
G=56.08%
B=42.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2106810.9800.240.58165.5896.321.18
Hex26A51620183Aa66015
Octal21521211420307224614025
Binary1011010101010001110001001100011101010100110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026A51; }

 p { color: rgb(2,106,81); }

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

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

 a { background-color: rgb(2,106,81); }

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

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

 span { border-color: rgb(2,106,81); }

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