#02684B

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

Shades of Watercourse #02684B

Tints of Watercourse #02684B

Color information

#02684B (or 0x02684B) is unknown color: approx Watercourse. HEX triplet: 02, 68 and 4B. RGB value is (2,104,75). Sum of RGB (Red+Green+Blue) = 2+104+75=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 104 (41.02% from 255 or 57.46% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 104 - color contains mainly: green. Hex color #02684B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02684B is #FD97B4. Grayscale: #464646. Windows color (decimal): -16619445 or 4941826. OLE color: 4941826.

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

Color convert

RGB210475-
CMYK0.9800.280.59
HSL162.94º96.23%20.78%-
HSV(B)162.94º98.08%40.78%-
XYZ6.2510.428.34-
YUV70.2130.7179.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.10%
GREEN value IS 104 (41.02% from 255) = 57.46%
BLUE value IS 75 (29.69% from 255) = 41.44%
R=1.10%
G=57.46%
B=41.44%

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
Decimal2104750.9800.280.59162.9496.2320.78
Hex2684B6201C3Ba36015
Octal21501131420347324314025
Binary1011010001001011110001001110011101110100011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02684B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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