#02694C

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

Shades of Watercourse #02694C

Tints of Watercourse #02694C

Color information

#02694C (or 0x02694C) is unknown color: approx Watercourse. HEX triplet: 02, 69 and 4C. RGB value is (2,105,76). Sum of RGB (Red+Green+Blue) = 2+105+76=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 105 (41.41% from 255 or 57.38% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 105 - color contains mainly: green. Hex color #02694C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02694C is #FD96B3. Grayscale: #464646. Windows color (decimal): -16619188 or 5007618. OLE color: 5007618.

HSL color Cylindrical-coordinate representation of color #02694C: hue angle of 163.11º 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 #02694C is Cyan = 0.98, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB210576-
CMYK0.9800.280.59
HSL163.11º96.26%20.98%-
HSV(B)163.11º98.1%41.18%-
XYZ6.3810.648.55-
YUV70.9130.8878.86-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.09%
GREEN value IS 105 (41.41% from 255) = 57.38%
BLUE value IS 76 (30.08% from 255) = 41.53%
R=1.09%
G=57.38%
B=41.53%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2105760.9800.280.59163.1196.2620.98
Hex2694C6201C3Ba36015
Octal21511141420347324314025
Binary1011010011001100110001001110011101110100011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02694C; }

 p { color: rgb(2,105,76); }

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

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

 a { background-color: rgb(2,105,76); }

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

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

 span { border-color: rgb(2,105,76); }

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