#026853

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

Shades of Watercourse #026853

Tints of Watercourse #026853

Color information

#026853 (or 0x026853) is unknown color: approx Watercourse. HEX triplet: 02, 68 and 53. RGB value is (2,104,83). Sum of RGB (Red+Green+Blue) = 2+104+83=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 104 (41.02% from 255 or 55.03% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 104 - color contains mainly: green. Hex color #026853 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026853 is #FD97AC. Grayscale: #474747. Windows color (decimal): -16619437 or 5466114. OLE color: 5466114.

HSL color Cylindrical-coordinate representation of color #026853: hue angle of 167.65º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026853 is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB210483-
CMYK0.9800.200.59
HSL167.65º96.23%20.78%-
HSV(B)167.65º98.08%40.78%-
XYZ6.5410.549.87-
YUV71.11134.7178.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.06%
GREEN value IS 104 (41.02% from 255) = 55.03%
BLUE value IS 83 (32.81% from 255) = 43.92%
R=1.06%
G=55.03%
B=43.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2104830.9800.200.59167.6596.2320.78
Hex26853620143Ba86015
Octal21501231420247325014025
Binary1011010001010011110001001010011101110101000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026853; }

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

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

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

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

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

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

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

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