#026B53

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

Shades of Watercourse #026B53

Tints of Watercourse #026B53

Color information

#026B53 (or 0x026B53) is unknown color: approx Watercourse. HEX triplet: 02, 6B and 53. RGB value is (2,107,83). Sum of RGB (Red+Green+Blue) = 2+107+83=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 107 (42.19% from 255 or 55.73% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 107 - color contains mainly: green. Hex color #026B53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026B53 is #FD94AC. Grayscale: #484848. Windows color (decimal): -16618669 or 5466882. OLE color: 5466882.

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

Color convert

RGB210783-
CMYK0.9800.220.58
HSL166.29º96.33%21.37%-
HSV(B)166.29º98.13%41.96%-
XYZ6.8411.159.98-
YUV72.87133.7177.45-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.04%
GREEN value IS 107 (42.19% from 255) = 55.73%
BLUE value IS 83 (32.81% from 255) = 43.23%
R=1.04%
G=55.73%
B=43.23%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2107830.9800.220.58166.2996.3321.37
Hex26B53620163Aa66015
Octal21531231420267224614025
Binary1011010111010011110001001011011101010100110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,107,83); }

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

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

 a { background-color: rgb(2,107,83); }

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

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

 span { border-color: rgb(2,107,83); }

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