Html Css Color HEX #0E7988 Teal

📋 copy color: '#0E7988'

red 14 ◦ green 121 ◦ blue 136

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

Shades of Teal #0E7988

Tints of Teal #0E7988

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.65%

 BLUE value IS 136 (53.52% from 255) = 50.18%

R = 5.17%
G = 44.65%
B = 50.18%

CMYK

 C value IS 0.90

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0E7988 (or 0x0E7988) is known color: Teal. HEX triplet: 0E, 79 and 88. RGB value is (14,121,136). Sum of RGB (Red+Green+Blue) = 14+121+136=271 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.17% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 136 (53.52% from 255 or 50.18% from 271); Max value from RGB is 136 - color contains mainly: blue. Hex color #0E7988 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7988 is #F18677. Grayscale: #5A5A5A. Windows color (decimal): -15828600 or 8943886. OLE color: 8943886.

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

Color convert

RGB 14 121 136 -
CMYK 0.90 0.11 0 0.47
HSL 187.38º 0.81% 0.29% -
HSV(B) 187.38º 0.9% 0.53% -
XYZ 11.46 15.55 25.69 -
YUV 90.72 153.55 73.28 -
System Red Green Blue C M Y K H S L
Decimal 14 121 136 0.90 0.11 0 0.47 187.38 0.81 0.29
Hex E 79 88 5A B 0 2F BB 51 1D
Octal 16 171 210 132 13 0 57 273 121 35
Binary 1110 1111001 10001000 1011010 1011 0 101111 10111011 1010001 11101

Color Harmonies of #0E7988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7988

Black with #0E7988

Text Example


Text Example

White with #0E7988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,121,136); }

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

background-color css

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

 a { background-color: rgb(14,121,136); }

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

border-color css

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

 span { border-color: rgb(14,121,136); }

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