#0E624E

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

Shades of Watercourse #0E624E

Tints of Watercourse #0E624E

Color information

#0E624E (or 0x0E624E) is unknown color: approx Watercourse. HEX triplet: 0E, 62 and 4E. RGB value is (14,98,78). Sum of RGB (Red+Green+Blue) = 14+98+78=190 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.37% from 190); Green value is 98 (38.67% from 255 or 51.58% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 98 - color contains mainly: green. Hex color #0E624E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E624E is #F19DB1. Grayscale: #464646. Windows color (decimal): -15834546 or 5136910. OLE color: 5136910.

HSL color Cylindrical-coordinate representation of color #0E624E: hue angle of 165.71º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E624E is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB149878-
CMYK0.8600.200.62
HSL165.71º75%21.96%-
HSV(B)165.71º85.71%38.43%-
XYZ5.929.388.71-
YUV70.6132.1787.63-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.37%
GREEN value IS 98 (38.67% from 255) = 51.58%
BLUE value IS 78 (30.86% from 255) = 41.05%
R=7.37%
G=51.58%
B=41.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1498780.8600.200.62165.717521.96
HexE624E560143Ea64b16
Octal161421161260247624611326
Binary111011000101001110101011001010011111010100110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E624E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E624E; }

 p { color: rgb(14,98,78); }

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

<style>
 a { background-color: #0E624E; }

 a { background-color: rgb(14,98,78); }

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

<style>
 span { border-color: #0E624E; }

 span { border-color: rgb(14,98,78); }

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