#0E483F

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

Shades of Deep Teal #0E483F

Tints of Deep Teal #0E483F

Color information

#0E483F (or 0x0E483F) is unknown color: approx Deep Teal. HEX triplet: 0E, 48 and 3F. RGB value is (14,72,63). Sum of RGB (Red+Green+Blue) = 14+72+63=149 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.40% from 149); Green value is 72 (28.52% from 255 or 48.32% from 149); Blue value is 63 (25% from 255 or 42.28% from 149); Max value from RGB is 72 - color contains mainly: green. Hex color #0E483F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E483F is #F1B7C0. Grayscale: #353535. Windows color (decimal): -15841217 or 4147214. OLE color: 4147214.

HSL color Cylindrical-coordinate representation of color #0E483F: hue angle of 170.69º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E483F is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB147263-
CMYK0.8100.120.72
HSL170.69º67.44%16.86%-
HSV(B)170.69º80.56%28.24%-
XYZ3.45.095.51-
YUV53.63133.2899.73-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.40%
GREEN value IS 72 (28.52% from 255) = 48.32%
BLUE value IS 63 (25% from 255) = 42.28%
R=9.40%
G=48.32%
B=42.28%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1472630.8100.120.72170.6967.4416.86
HexE483F510C48ab4311
Octal161107712101411025310321
Binary11101001000111111101000101100100100010101011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,72,63); }

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

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

 a { background-color: rgb(14,72,63); }

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

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

 span { border-color: rgb(14,72,63); }

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