Html Css Color HEX #0E897D Teal

📋 copy color: '#0E897D'

red 14 ◦ green 137 ◦ blue 125

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

Shades of Teal #0E897D

Tints of Teal #0E897D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 49.64%

 BLUE value IS 125 (49.22% from 255) = 45.29%

R = 5.07%
G = 49.64%
B = 45.29%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#0E897D (or 0x0E897D) is known color: Teal. HEX triplet: 0E, 89 and 7D. RGB value is (14,137,125). Sum of RGB (Red+Green+Blue) = 14+137+125=276 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.07% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #0E897D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E897D is #F17682. Grayscale: #626262. Windows color (decimal): -15824515 or 8227086. OLE color: 8227086.

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

Color convert

RGB 14 137 125 -
CMYK 0.90 0 0.09 0.46
HSL 174.15º 0.81% 0.3% -
HSV(B) 174.15º 0.9% 0.54% -
XYZ 12.83 19.47 22.48 -
YUV 98.86 142.75 67.48 -
System Red Green Blue C M Y K H S L
Decimal 14 137 125 0.90 0 0.09 0.46 174.15 0.81 0.3
Hex E 89 7D 5A 0 9 2E AE 51 1E
Octal 16 211 175 132 0 11 56 256 121 36
Binary 1110 10001001 1111101 1011010 0 1001 101110 10101110 1010001 11110

Color Harmonies of #0E897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E897D

Black with #0E897D

Text Example


Text Example

White with #0E897D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,137,125); }

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

background-color css

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

 a { background-color: rgb(14,137,125); }

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

border-color css

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

 span { border-color: rgb(14,137,125); }

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