#0E807E

Color #0E807E Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #0E807E

Tints of Teal #0E807E

Color information

#0E807E (or 0x0E807E) is unknown color: approx Teal. HEX triplet: 0E, 80 and 7E. RGB value is (14,128,126). Sum of RGB (Red+Green+Blue) = 14+128+126=268 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.22% from 268); Green value is 128 (50.39% from 255 or 47.76% from 268); Blue value is 126 (49.61% from 255 or 47.01% from 268); Max value from RGB is 128 - color contains mainly: green. Hex color #0E807E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E807E is #F17F81. Grayscale: #5D5D5D. Windows color (decimal): -15826818 or 8290318. OLE color: 8290318.

HSL color Cylindrical-coordinate representation of color #0E807E: hue angle of 178.95º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E807E is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB14128126-
CMYK0.8900.020.50
HSL178.95º80.28%27.84%-
HSV(B)178.95º89.06%50.2%-
XYZ11.6717.0422.41-
YUV93.69146.2371.16-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.22%
GREEN value IS 128 (50.39% from 255) = 47.76%
BLUE value IS 126 (49.61% from 255) = 47.01%
R=5.22%
G=47.76%
B=47.01%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal141281260.8900.020.50178.9580.2827.84
HexE807E590232b3501c
Octal16200176131026226312034
Binary1110100000001111110101100101011001010110011101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E807E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,128,126); }

 H1.HeaderClassName
 {
   color: #0E807E;
 }
 .AnyTagClassName
 {
   color: #0E807E;
 }
</style>
background-color css

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

 a { background-color: rgb(14,128,126); }

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

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

 span { border-color: rgb(14,128,126); }

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