Html Css Color HEX #0E8779 Teal

📋 copy color: '#0E8779'

red 14 ◦ green 135 ◦ blue 121

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

Shades of Teal #0E8779

Tints of Teal #0E8779

RGB

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

 GREEN value IS 135 (53.13% from 255) = 50%

 BLUE value IS 121 (47.66% from 255) = 44.81%

R = 5.19%
G = 50%
B = 44.81%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#0E8779 (or 0x0E8779) is known color: Teal. HEX triplet: 0E, 87 and 79. RGB value is (14,135,121). Sum of RGB (Red+Green+Blue) = 14+135+121=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 135 (53.12% from 255 or 50% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 135 - color contains mainly: green. Hex color #0E8779 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8779 is #F17886. Grayscale: #616161. Windows color (decimal): -15825031 or 7964430. OLE color: 7964430.

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

Color convert

RGB 14 135 121 -
CMYK 0.90 0 0.10 0.47
HSL 173.06º 0.81% 0.29% -
HSV(B) 173.06º 0.9% 0.53% -
XYZ 12.3 18.8 21.07 -
YUV 97.23 141.41 68.64 -
System Red Green Blue C M Y K H S L
Decimal 14 135 121 0.90 0 0.10 0.47 173.06 0.81 0.29
Hex E 87 79 5A 0 A 2F AD 51 1D
Octal 16 207 171 132 0 12 57 255 121 35
Binary 1110 10000111 1111001 1011010 0 1010 101111 10101101 1010001 11101

Color Harmonies of #0E8779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8779

Black with #0E8779

Text Example


Text Example

White with #0E8779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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