#02634E

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

Shades of Watercourse #02634E

Tints of Watercourse #02634E

Color information

#02634E (or 0x02634E) is unknown color: approx Watercourse. HEX triplet: 02, 63 and 4E. RGB value is (2,99,78). Sum of RGB (Red+Green+Blue) = 2+99+78=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 99 (39.06% from 255 or 55.31% from 179); Blue value is 78 (30.86% from 255 or 43.58% from 179); Max value from RGB is 99 - color contains mainly: green. Hex color #02634E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02634E is #FD9CB1. Grayscale: #434343. Windows color (decimal): -16620722 or 5137154. OLE color: 5137154.

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

Color convert

RGB29978-
CMYK0.9800.210.61
HSL167.01º96.04%19.8%-
HSV(B)167.01º97.98%38.82%-
XYZ5.869.498.73-
YUV67.6133.8681.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 99 (39.06% from 255) = 55.31%
BLUE value IS 78 (30.86% from 255) = 43.58%
R=1.12%
G=55.31%
B=43.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal299780.9800.210.61167.0196.0419.8
Hex2634E620153Da76014
Octal21431161420257524714024
Binary1011000111001110110001001010111110110100111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02634E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02634E; }

 p { color: rgb(2,99,78); }

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

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

 a { background-color: rgb(2,99,78); }

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

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

 span { border-color: rgb(2,99,78); }

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