#01614E

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

Shades of Watercourse #01614E

Tints of Watercourse #01614E

Color information

#01614E (or 0x01614E) is unknown color: approx Watercourse. HEX triplet: 01, 61 and 4E. RGB value is (1,97,78). Sum of RGB (Red+Green+Blue) = 1+97+78=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 97 (38.28% from 255 or 55.11% from 176); Blue value is 78 (30.86% from 255 or 44.32% from 176); Max value from RGB is 97 - color contains mainly: green. Hex color #01614E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01614E is #FE9EB1. Grayscale: #424242. Windows color (decimal): -16686770 or 5136641. OLE color: 5136641.

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

Color convert

RGB19778-
CMYK0.9900.200.62
HSL168.12º97.96%19.22%-
HSV(B)168.12º98.97%38.04%-
XYZ5.669.118.67-
YUV66.13134.781.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 97 (38.28% from 255) = 55.11%
BLUE value IS 78 (30.86% from 255) = 44.32%
R=0.57%
G=55.11%
B=44.32%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal197780.9900.200.62168.1297.9619.22
Hex1614E630143Ea86213
Octal11411161430247625014223
Binary111000011001110110001101010011111010101000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,97,78); }

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

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

 a { background-color: rgb(1,97,78); }

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

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

 span { border-color: rgb(1,97,78); }

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