#0E3832

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

Shades of Deep Teal #0E3832

Tints of Deep Teal #0E3832

Color information

#0E3832 (or 0x0E3832) is unknown color: approx Deep Teal. HEX triplet: 0E, 38 and 32. RGB value is (14,56,50). Sum of RGB (Red+Green+Blue) = 14+56+50=120 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.67% from 120); Green value is 56 (22.27% from 255 or 46.67% from 120); Blue value is 50 (19.92% from 255 or 41.67% from 120); Max value from RGB is 56 - color contains mainly: green. Hex color #0E3832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3832 is #F1C7CD. Grayscale: #2A2A2A. Windows color (decimal): -15845326 or 3291150. OLE color: 3291150.

HSL color Cylindrical-coordinate representation of color #0E3832: hue angle of 171.43º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E3832 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB145650-
CMYK0.7500.110.78
HSL171.43º60%13.73%-
HSV(B)171.43º75%21.96%-
XYZ2.173.153.51-
YUV42.76132.09107.49-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.67%
GREEN value IS 56 (22.27% from 255) = 46.67%
BLUE value IS 50 (19.92% from 255) = 41.67%
R=11.67%
G=46.67%
B=41.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1456500.7500.110.78171.436013.73
HexE38324B0B4Eab3ce
Octal1670621130131162537416
Binary11101110001100101001011010111001110101010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,56,50); }

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

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

 a { background-color: rgb(14,56,50); }

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

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

 span { border-color: rgb(14,56,50); }

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