Html Css Color HEX #0E6F4E Watercourse

📋 copy color: '#0E6F4E'

red 14 ◦ green 111 ◦ blue 78

#0E6F4E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #0E6F4E

Tints of Watercourse #0E6F4E

RGB

 RED value IS 14 (5.86% from 255) = 6.9%

 GREEN value IS 111 (43.75% from 255) = 54.68%

 BLUE value IS 78 (30.86% from 255) = 38.42%

R = 6.9%
G = 54.68%
B = 38.42%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#0E6F4E (or 0x0E6F4E) is known color: Watercourse. HEX triplet: 0E, 6F and 4E. RGB value is (14,111,78). Sum of RGB (Red+Green+Blue) = 14+111+78=203 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.90% from 203); Green value is 111 (43.75% from 255 or 54.68% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 111 - color contains mainly: green. Hex color #0E6F4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6F4E is #F190B1. Grayscale: #4E4E4E. Windows color (decimal): -15831218 or 5140238. OLE color: 5140238.

HSL color Cylindrical-coordinate representation of color #0E6F4E: hue angle of 159.59º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E6F4E is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 14 111 78 -
CMYK 0.87 0 0.30 0.56
HSL 159.59º 0.78% 0.25% -
HSV(B) 159.59º 0.87% 0.44% -
XYZ 7.24 12.01 9.14 -
YUV 78.24 127.86 82.18 -
System Red Green Blue C M Y K H S L
Decimal 14 111 78 0.87 0 0.30 0.56 159.59 0.78 0.25
Hex E 6F 4E 57 0 1E 38 A0 4E 19
Octal 16 157 116 127 0 36 70 240 116 31
Binary 1110 1101111 1001110 1010111 0 11110 111000 10100000 1001110 11001

Color Harmonies of #0E6F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6F4E

Black with #0E6F4E

Text Example


Text Example

White with #0E6F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E6F4E;
 }
 .AnyTagClassName
 {
   color: #0E6F4E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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