#02604B

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

Shades of Watercourse #02604B

Tints of Watercourse #02604B

Color information

#02604B (or 0x02604B) is unknown color: approx Watercourse. HEX triplet: 02, 60 and 4B. RGB value is (2,96,75). Sum of RGB (Red+Green+Blue) = 2+96+75=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 96 (37.89% from 255 or 55.49% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 96 - color contains mainly: green. Hex color #02604B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02604B is #FD9FB4. Grayscale: #414141. Windows color (decimal): -16621493 or 4939778. OLE color: 4939778.

HSL color Cylindrical-coordinate representation of color #02604B: hue angle of 166.6º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02604B is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB29675-
CMYK0.9800.220.62
HSL166.6º95.92%19.22%-
HSV(B)166.6º97.92%37.65%-
XYZ5.488.898.08-
YUV65.5133.3682.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.16%
GREEN value IS 96 (37.89% from 255) = 55.49%
BLUE value IS 75 (29.69% from 255) = 43.35%
R=1.16%
G=55.49%
B=43.35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal296750.9800.220.62166.695.9219.22
Hex2604B620163Ea76013
Octal21401131420267624714023
Binary1011000001001011110001001011011111010100111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02604B; }

 p { color: rgb(2,96,75); }

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

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

 a { background-color: rgb(2,96,75); }

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

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

 span { border-color: rgb(2,96,75); }

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