Html Css Color HEX #0E867A Teal

📋 copy color: '#0E867A'

red 14 ◦ green 134 ◦ blue 122

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

Shades of Teal #0E867A

Tints of Teal #0E867A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.63%

 BLUE value IS 122 (48.05% from 255) = 45.19%

R = 5.19%
G = 49.63%
B = 45.19%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#0E867A (or 0x0E867A) is known color: Teal. HEX triplet: 0E, 86 and 7A. RGB value is (14,134,122). Sum of RGB (Red+Green+Blue) = 14+134+122=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 134 (52.73% from 255 or 49.63% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 134 - color contains mainly: green. Hex color #0E867A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E867A is #F17985. Grayscale: #606060. Windows color (decimal): -15825286 or 8029710. OLE color: 8029710.

HSL color Cylindrical-coordinate representation of color #0E867A: hue angle of 174º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E867A is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 14 134 122 -
CMYK 0.90 0 0.09 0.47
HSL 174º 0.81% 0.29% -
HSV(B) 174º 0.9% 0.53% -
XYZ 12.22 18.55 21.35 -
YUV 96.75 142.24 68.98 -
System Red Green Blue C M Y K H S L
Decimal 14 134 122 0.90 0 0.09 0.47 174 0.81 0.29
Hex E 86 7A 5A 0 9 2F AE 51 1D
Octal 16 206 172 132 0 11 57 256 121 35
Binary 1110 10000110 1111010 1011010 0 1001 101111 10101110 1010001 11101

Color Harmonies of #0E867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E867A

Black with #0E867A

Text Example


Text Example

White with #0E867A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,134,122); }

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

background-color css

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

 a { background-color: rgb(14,134,122); }

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

border-color css

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

 span { border-color: rgb(14,134,122); }

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