Html Css Color HEX #0E778D Teal

📋 copy color: '#0E778D'

red 14 ◦ green 119 ◦ blue 141

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

Shades of Teal #0E778D

Tints of Teal #0E778D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.43%

 BLUE value IS 141 (55.47% from 255) = 51.46%

R = 5.11%
G = 43.43%
B = 51.46%

CMYK

 C value IS 0.90

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0E778D (or 0x0E778D) is known color: Teal. HEX triplet: 0E, 77 and 8D. RGB value is (14,119,141). Sum of RGB (Red+Green+Blue) = 14+119+141=274 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.11% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 141 (55.47% from 255 or 51.46% from 274); Max value from RGB is 141 - color contains mainly: blue. Hex color #0E778D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E778D is #F18872. Grayscale: #595959. Windows color (decimal): -15829107 or 9271054. OLE color: 9271054.

HSL color Cylindrical-coordinate representation of color #0E778D: hue angle of 190.39º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E778D is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 14 119 141 -
CMYK 0.90 0.16 0 0.45
HSL 190.39º 0.82% 0.3% -
HSV(B) 190.39º 0.9% 0.55% -
XYZ 11.59 15.21 27.52 -
YUV 90.11 156.71 73.71 -
System Red Green Blue C M Y K H S L
Decimal 14 119 141 0.90 0.16 0 0.45 190.39 0.82 0.3
Hex E 77 8D 5A 10 0 2D BE 52 1E
Octal 16 167 215 132 20 0 55 276 122 36
Binary 1110 1110111 10001101 1011010 10000 0 101101 10111110 1010010 11110

Color Harmonies of #0E778D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E778D

Black with #0E778D

Text Example


Text Example

White with #0E778D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,119,141); }

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

background-color css

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

 a { background-color: rgb(14,119,141); }

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

border-color css

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

 span { border-color: rgb(14,119,141); }

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