#0E3A36

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

Shades of Deep Teal #0E3A36

Tints of Deep Teal #0E3A36

Color information

#0E3A36 (or 0x0E3A36) is unknown color: approx Deep Teal. HEX triplet: 0E, 3A and 36. RGB value is (14,58,54). Sum of RGB (Red+Green+Blue) = 14+58+54=126 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.11% from 126); Green value is 58 (23.05% from 255 or 46.03% from 126); Blue value is 54 (21.48% from 255 or 42.86% from 126); Max value from RGB is 58 - color contains mainly: green. Hex color #0E3A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3A36 is #F1C5C9. Grayscale: #2C2C2C. Windows color (decimal): -15844810 or 3553806. OLE color: 3553806.

HSL color Cylindrical-coordinate representation of color #0E3A36: hue angle of 174.55º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0E3A36 is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.77.

Color convert

RGB145854-
CMYK0.7600.070.77
HSL174.55º61.11%14.12%-
HSV(B)174.55º75.86%22.75%-
XYZ2.363.394.02-
YUV44.39133.42106.33-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.11%
GREEN value IS 58 (23.05% from 255) = 46.03%
BLUE value IS 54 (21.48% from 255) = 42.86%
R=11.11%
G=46.03%
B=42.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1458540.7600.070.77174.5561.1114.12
HexE3A364C074Daf3de
Octal167266114071152577516
Binary1110111010110110100110001111001101101011111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,58,54); }

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

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

 a { background-color: rgb(14,58,54); }

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

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

 span { border-color: rgb(14,58,54); }

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