#026D50

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

Shades of Watercourse #026D50

Tints of Watercourse #026D50

Color information

#026D50 (or 0x026D50) is unknown color: approx Watercourse. HEX triplet: 02, 6D and 50. RGB value is (2,109,80). Sum of RGB (Red+Green+Blue) = 2+109+80=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 109 (42.97% from 255 or 57.07% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 109 - color contains mainly: green. Hex color #026D50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026D50 is #FD92AF. Grayscale: #494949. Windows color (decimal): -16618160 or 5270786. OLE color: 5270786.

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

Color convert

RGB210980-
CMYK0.9800.270.57
HSL163.74º96.4%21.76%-
HSV(B)163.74º98.17%42.75%-
XYZ6.9411.539.45-
YUV73.7131.5576.86-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.05%
GREEN value IS 109 (42.97% from 255) = 57.07%
BLUE value IS 80 (31.64% from 255) = 41.88%
R=1.05%
G=57.07%
B=41.88%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2109800.9800.270.57163.7496.421.76
Hex26D506201B39a46016
Octal21551201420337124414026
Binary1011011011010000110001001101111100110100100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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