Html Css Color HEX #0E6A56 Watercourse

📋 copy color: '#0E6A56'

red 14 ◦ green 106 ◦ blue 86

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

Shades of Watercourse #0E6A56

Tints of Watercourse #0E6A56

RGB

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

 GREEN value IS 106 (41.8% from 255) = 51.46%

 BLUE value IS 86 (33.98% from 255) = 41.75%

R = 6.8%
G = 51.46%
B = 41.75%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#0E6A56 (or 0x0E6A56) is known color: Watercourse. HEX triplet: 0E, 6A and 56. RGB value is (14,106,86). Sum of RGB (Red+Green+Blue) = 14+106+86=206 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.80% from 206); Green value is 106 (41.80% from 255 or 51.46% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 106 - color contains mainly: green. Hex color #0E6A56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6A56 is #F195A9. Grayscale: #4C4C4C. Windows color (decimal): -15832490 or 5663246. OLE color: 5663246.

HSL color Cylindrical-coordinate representation of color #0E6A56: hue angle of 166.96º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E6A56 is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB 14 106 86 -
CMYK 0.87 0 0.19 0.58
HSL 166.96º 0.77% 0.24% -
HSV(B) 166.96º 0.87% 0.42% -
XYZ 7.01 11.07 10.57 -
YUV 76.21 133.52 83.63 -
System Red Green Blue C M Y K H S L
Decimal 14 106 86 0.87 0 0.19 0.58 166.96 0.77 0.24
Hex E 6A 56 57 0 13 3A A7 4D 18
Octal 16 152 126 127 0 23 72 247 115 30
Binary 1110 1101010 1010110 1010111 0 10011 111010 10100111 1001101 11000

Color Harmonies of #0E6A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6A56

Black with #0E6A56

Text Example


Text Example

White with #0E6A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,106,86); }

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

background-color css

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

 a { background-color: rgb(14,106,86); }

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

border-color css

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

 span { border-color: rgb(14,106,86); }

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