#0E5244

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

Shades of Deep Teal #0E5244

Tints of Deep Teal #0E5244

Color information

#0E5244 (or 0x0E5244) is unknown color: approx Deep Teal. HEX triplet: 0E, 52 and 44. RGB value is (14,82,68). Sum of RGB (Red+Green+Blue) = 14+82+68=164 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.54% from 164); Green value is 82 (32.42% from 255 or 50% from 164); Blue value is 68 (26.95% from 255 or 41.46% from 164); Max value from RGB is 82 - color contains mainly: green. Hex color #0E5244 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5244 is #F1ADBB. Grayscale: #3C3C3C. Windows color (decimal): -15838652 or 4477454. OLE color: 4477454.

HSL color Cylindrical-coordinate representation of color #0E5244: hue angle of 167.65º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E5244 is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB148268-
CMYK0.8300.170.68
HSL167.65º70.83%18.82%-
HSV(B)167.65º82.93%32.16%-
XYZ4.246.556.51-
YUV60.07132.4795.14-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.54%
GREEN value IS 82 (32.42% from 255) = 50%
BLUE value IS 68 (26.95% from 255) = 41.46%
R=8.54%
G=50%
B=41.46%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1482680.8300.170.68167.6570.8318.82
HexE52445301144a84713
Octal1612210412302110425010723
Binary1110101001010001001010011010001100010010101000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,82,68); }

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

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

 a { background-color: rgb(14,82,68); }

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

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

 span { border-color: rgb(14,82,68); }

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