#026E55

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

Shades of Watercourse #026E55

Tints of Watercourse #026E55

Color information

#026E55 (or 0x026E55) is unknown color: approx Watercourse. HEX triplet: 02, 6E and 55. RGB value is (2,110,85). Sum of RGB (Red+Green+Blue) = 2+110+85=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 110 (43.36% from 255 or 55.84% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 110 - color contains mainly: green. Hex color #026E55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026E55 is #FD91AA. Grayscale: #4A4A4A. Windows color (decimal): -16617899 or 5598722. OLE color: 5598722.

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

Color convert

RGB211085-
CMYK0.9800.230.57
HSL166.11º96.43%21.96%-
HSV(B)166.11º98.18%43.14%-
XYZ7.2411.8210.49-
YUV74.86133.7276.03-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 110 (43.36% from 255) = 55.84%
BLUE value IS 85 (33.59% from 255) = 43.15%
R=1.02%
G=55.84%
B=43.15%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2110850.9800.230.57166.1196.4321.96
Hex26E556201739a66016
Octal21561251420277124614026
Binary1011011101010101110001001011111100110100110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,110,85); }

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

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

 a { background-color: rgb(2,110,85); }

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

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

 span { border-color: rgb(2,110,85); }

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