Html Css Color HEX #0E7A89 Teal

📋 copy color: '#0E7A89'

red 14 ◦ green 122 ◦ blue 137

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

Shades of Teal #0E7A89

Tints of Teal #0E7A89

RGB

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

 GREEN value IS 122 (48.05% from 255) = 44.69%

 BLUE value IS 137 (53.91% from 255) = 50.18%

R = 5.13%
G = 44.69%
B = 50.18%

CMYK

 C value IS 0.90

 M value IS 0.11

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0E7A89 (or 0x0E7A89) is known color: Teal. HEX triplet: 0E, 7A and 89. RGB value is (14,122,137). Sum of RGB (Red+Green+Blue) = 14+122+137=273 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.13% from 273); Green value is 122 (48.05% from 255 or 44.69% from 273); Blue value is 137 (53.91% from 255 or 50.18% from 273); Max value from RGB is 137 - color contains mainly: blue. Hex color #0E7A89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7A89 is #F18576. Grayscale: #5B5B5B. Windows color (decimal): -15828343 or 9009678. OLE color: 9009678.

HSL color Cylindrical-coordinate representation of color #0E7A89: hue angle of 187.32º 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 #0E7A89 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 14 122 137 -
CMYK 0.90 0.11 0 0.46
HSL 187.32º 0.81% 0.3% -
HSV(B) 187.32º 0.9% 0.54% -
XYZ 11.66 15.82 26.11 -
YUV 91.42 153.72 72.78 -
System Red Green Blue C M Y K H S L
Decimal 14 122 137 0.90 0.11 0 0.46 187.32 0.81 0.3
Hex E 7A 89 5A B 0 2E BB 51 1E
Octal 16 172 211 132 13 0 56 273 121 36
Binary 1110 1111010 10001001 1011010 1011 0 101110 10111011 1010001 11110

Color Harmonies of #0E7A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7A89

Black with #0E7A89

Text Example


Text Example

White with #0E7A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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