#0E7E87

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

Shades of Teal #0E7E87

Tints of Teal #0E7E87

Color information

#0E7E87 (or 0x0E7E87) is unknown color: approx Teal. HEX triplet: 0E, 7E and 87. RGB value is (14,126,135). Sum of RGB (Red+Green+Blue) = 14+126+135=275 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.09% from 275); Green value is 126 (49.61% from 255 or 45.82% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 135 - color contains mainly: blue. Hex color #0E7E87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7E87 is #F18178. Grayscale: #5D5D5D. Windows color (decimal): -15827321 or 8879630. OLE color: 8879630.

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

Color convert

RGB14126135-
CMYK0.900.0700.47
HSL184.46º81.21%29.22%-
HSV(B)184.46º89.63%52.94%-
XYZ12.0216.7625.52-
YUV93.54151.3971.27-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.09%
GREEN value IS 126 (49.61% from 255) = 45.82%
BLUE value IS 135 (53.12% from 255) = 49.09%
R=5.09%
G=45.82%
B=49.09%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal141261350.900.0700.47184.4681.2129.22
HexE7E875A702Fb8511d
Octal16176207132705727012135
Binary11101111110100001111011010111010111110111000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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