#02624C

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

Shades of Watercourse #02624C

Tints of Watercourse #02624C

Color information

#02624C (or 0x02624C) is unknown color: approx Watercourse. HEX triplet: 02, 62 and 4C. RGB value is (2,98,76). Sum of RGB (Red+Green+Blue) = 2+98+76=176 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 176); Green value is 98 (38.67% from 255 or 55.68% from 176); Blue value is 76 (30.08% from 255 or 43.18% from 176); Max value from RGB is 98 - color contains mainly: green. Hex color #02624C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02624C is #FD9DB3. Grayscale: #424242. Windows color (decimal): -16620980 or 5005826. OLE color: 5005826.

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

Color convert

RGB29876-
CMYK0.9800.220.62
HSL166.25º96%19.61%-
HSV(B)166.25º97.96%38.43%-
XYZ5.79.278.33-
YUV66.79133.281.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.14%
GREEN value IS 98 (38.67% from 255) = 55.68%
BLUE value IS 76 (30.08% from 255) = 43.18%
R=1.14%
G=55.68%
B=43.18%

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
Decimal298760.9800.220.62166.259619.61
Hex2624C620163Ea66014
Octal21421141420267624614024
Binary1011000101001100110001001011011111010100110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02624C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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