#026F4E

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

Shades of Watercourse #026F4E

Tints of Watercourse #026F4E

Color information

#026F4E (or 0x026F4E) is unknown color: approx Watercourse. HEX triplet: 02, 6F and 4E. RGB value is (2,111,78). Sum of RGB (Red+Green+Blue) = 2+111+78=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 111 (43.75% from 255 or 58.12% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 111 - color contains mainly: green. Hex color #026F4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026F4E is #FD90B1. Grayscale: #4A4A4A. Windows color (decimal): -16617650 or 5140226. OLE color: 5140226.

HSL color Cylindrical-coordinate representation of color #026F4E: hue angle of 161.83º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026F4E is Cyan = 0.98, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB211178-
CMYK0.9800.300.56
HSL161.83º96.46%22.16%-
HSV(B)161.83º98.2%43.53%-
XYZ7.0811.939.14-
YUV74.65129.8976.18-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.05%
GREEN value IS 111 (43.75% from 255) = 58.12%
BLUE value IS 78 (30.86% from 255) = 40.84%
R=1.05%
G=58.12%
B=40.84%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2111780.9800.300.56161.8396.4622.16
Hex26F4E6201E38a26016
Octal21571161420367024214026
Binary1011011111001110110001001111011100010100010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,111,78); }

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

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

 a { background-color: rgb(2,111,78); }

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

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

 span { border-color: rgb(2,111,78); }

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