#0E3B31

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

Shades of Deep Teal #0E3B31

Tints of Deep Teal #0E3B31

Color information

#0E3B31 (or 0x0E3B31) is unknown color: approx Deep Teal. HEX triplet: 0E, 3B and 31. RGB value is (14,59,49). Sum of RGB (Red+Green+Blue) = 14+59+49=122 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.48% from 122); Green value is 59 (23.44% from 255 or 48.36% from 122); Blue value is 49 (19.53% from 255 or 40.16% from 122); Max value from RGB is 59 - color contains mainly: green. Hex color #0E3B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3B31 is #F1C4CE. Grayscale: #2C2C2C. Windows color (decimal): -15844559 or 3226382. OLE color: 3226382.

HSL color Cylindrical-coordinate representation of color #0E3B31: hue angle of 166.67º degrees, saturation: 0.62, 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 #0E3B31 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.

Color convert

RGB145949-
CMYK0.7600.170.77
HSL166.67º61.64%14.31%-
HSV(B)166.67º76.27%23.14%-
XYZ2.33.443.45-
YUV44.4130.59106.31-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.48%
GREEN value IS 59 (23.44% from 255) = 48.36%
BLUE value IS 49 (19.53% from 255) = 40.16%
R=11.48%
G=48.36%
B=40.16%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1459490.7600.170.77166.6761.6414.31
HexE3B314C0114Da73ee
Octal1673611140211152477616
Binary111011101111000110011000100011001101101001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,59,49); }

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

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

 a { background-color: rgb(14,59,49); }

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

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

 span { border-color: rgb(14,59,49); }

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