#026751

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

Shades of Watercourse #026751

Tints of Watercourse #026751

Color information

#026751 (or 0x026751) is unknown color: approx Watercourse. HEX triplet: 02, 67 and 51. RGB value is (2,103,81). Sum of RGB (Red+Green+Blue) = 2+103+81=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 103 (40.62% from 255 or 55.38% from 186); Blue value is 81 (32.03% from 255 or 43.55% from 186); Max value from RGB is 103 - color contains mainly: green. Hex color #026751 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026751 is #FD98AE. Grayscale: #464646. Windows color (decimal): -16619695 or 5334786. OLE color: 5334786.

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

Color convert

RGB210381-
CMYK0.9800.210.60
HSL166.93º96.19%20.59%-
HSV(B)166.93º98.06%40.39%-
XYZ6.3610.319.44-
YUV70.29134.0479.29-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.08%
GREEN value IS 103 (40.62% from 255) = 55.38%
BLUE value IS 81 (32.03% from 255) = 43.55%
R=1.08%
G=55.38%
B=43.55%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2103810.9800.210.60166.9396.1920.59
Hex26751620153Ca76015
Octal21471211420257424714025
Binary1011001111010001110001001010111110010100111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026751; }

 p { color: rgb(2,103,81); }

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

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

 a { background-color: rgb(2,103,81); }

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

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

 span { border-color: rgb(2,103,81); }

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