#026654

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

Shades of Watercourse #026654

Tints of Watercourse #026654

Color information

#026654 (or 0x026654) is unknown color: approx Watercourse. HEX triplet: 02, 66 and 54. RGB value is (2,102,84). Sum of RGB (Red+Green+Blue) = 2+102+84=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 102 (40.23% from 255 or 54.26% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 102 - color contains mainly: green. Hex color #026654 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026654 is #FD99AB. Grayscale: #464646. Windows color (decimal): -16619948 or 5531138. OLE color: 5531138.

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

Color convert

RGB210284-
CMYK0.9800.180.6
HSL169.2º96.15%20.39%-
HSV(B)169.2º98.04%40%-
XYZ6.3810.1610.01-
YUV70.05135.8779.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.06%
GREEN value IS 102 (40.23% from 255) = 54.26%
BLUE value IS 84 (33.20% from 255) = 44.68%
R=1.06%
G=54.26%
B=44.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal2102840.9800.180.6169.296.1520.39
Hex26654620123Ca96014
Octal21461241420227425114024
Binary1011001101010100110001001001011110010101001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026654; }

 p { color: rgb(2,102,84); }

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

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

 a { background-color: rgb(2,102,84); }

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

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

 span { border-color: rgb(2,102,84); }

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