#0E8384

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

Shades of Teal #0E8384

Tints of Teal #0E8384

Color information

#0E8384 (or 0x0E8384) is unknown color: approx Teal. HEX triplet: 0E, 83 and 84. RGB value is (14,131,132). Sum of RGB (Red+Green+Blue) = 14+131+132=277 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.05% from 277); Green value is 131 (51.56% from 255 or 47.29% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #0E8384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8384 is #F17C7B. Grayscale: #606060. Windows color (decimal): -15826044 or 8684302. OLE color: 8684302.

HSL color Cylindrical-coordinate representation of color #0E8384: hue angle of 180.51º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E8384 is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB14131132-
CMYK0.890.0100.48
HSL180.51º80.82%28.63%-
HSV(B)180.51º89.39%51.76%-
XYZ12.4617.9924.65-
YUV96.13148.2469.42-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.05%
GREEN value IS 131 (51.56% from 255) = 47.29%
BLUE value IS 132 (51.95% from 255) = 47.65%
R=5.05%
G=47.29%
B=47.65%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal141311320.890.0100.48180.5180.8228.63
HexE8384591030b5511d
Octal16203204131106026512135
Binary1110100000111000010010110011011000010110101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,131,132); }

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

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

 a { background-color: rgb(14,131,132); }

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

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

 span { border-color: rgb(14,131,132); }

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