#0E433B

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

Shades of Deep Teal #0E433B

Tints of Deep Teal #0E433B

Color information

#0E433B (or 0x0E433B) is unknown color: approx Deep Teal. HEX triplet: 0E, 43 and 3B. RGB value is (14,67,59). Sum of RGB (Red+Green+Blue) = 14+67+59=140 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10% from 140); Green value is 67 (26.56% from 255 or 47.86% from 140); Blue value is 59 (23.44% from 255 or 42.14% from 140); Max value from RGB is 67 - color contains mainly: green. Hex color #0E433B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E433B is #F1BCC4. Grayscale: #323232. Windows color (decimal): -15842501 or 3883790. OLE color: 3883790.

HSL color Cylindrical-coordinate representation of color #0E433B: hue angle of 170.94º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0E433B is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB146759-
CMYK0.7900.120.74
HSL170.94º65.43%15.88%-
HSV(B)170.94º79.1%26.27%-
XYZ2.984.424.83-
YUV50.24132.94102.15-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10%
GREEN value IS 67 (26.56% from 255) = 47.86%
BLUE value IS 59 (23.44% from 255) = 42.14%
R=10%
G=47.86%
B=42.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1467590.7900.120.74170.9465.4315.88
HexE433B4F0C4Aab4110
Octal161037311701411225310120
Binary11101000011111011100111101100100101010101011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E433B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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