#026F50

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

Shades of Watercourse #026F50

Tints of Watercourse #026F50

Color information

#026F50 (or 0x026F50) is unknown color: approx Watercourse. HEX triplet: 02, 6F and 50. RGB value is (2,111,80). Sum of RGB (Red+Green+Blue) = 2+111+80=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 111 (43.75% from 255 or 57.51% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 111 - color contains mainly: green. Hex color #026F50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026F50 is #FD90AF. Grayscale: #4A4A4A. Windows color (decimal): -16617648 or 5271298. OLE color: 5271298.

HSL color Cylindrical-coordinate representation of color #026F50: hue angle of 162.94º 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 #026F50 is Cyan = 0.98, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB211180-
CMYK0.9800.280.56
HSL162.94º96.46%22.16%-
HSV(B)162.94º98.2%43.53%-
XYZ7.1611.969.52-
YUV74.88130.8976.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.04%
GREEN value IS 111 (43.75% from 255) = 57.51%
BLUE value IS 80 (31.64% from 255) = 41.45%
R=1.04%
G=57.51%
B=41.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2111800.9800.280.56162.9496.4622.16
Hex26F506201C38a36016
Octal21571201420347024314026
Binary1011011111010000110001001110011100010100011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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