#0E4738

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

Shades of Deep Teal #0E4738

Tints of Deep Teal #0E4738

Color information

#0E4738 (or 0x0E4738) is unknown color: approx Deep Teal. HEX triplet: 0E, 47 and 38. RGB value is (14,71,56). Sum of RGB (Red+Green+Blue) = 14+71+56=141 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.93% from 141); Green value is 71 (28.12% from 255 or 50.35% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 71 - color contains mainly: green. Hex color #0E4738 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4738 is #F1B8C7. Grayscale: #343434. Windows color (decimal): -15841480 or 3688206. OLE color: 3688206.

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

Color convert

RGB147156-
CMYK0.8000.210.72
HSL164.21º67.06%16.67%-
HSV(B)164.21º80.28%27.84%-
XYZ3.154.894.52-
YUV52.25130.12100.72-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.93%
GREEN value IS 71 (28.12% from 255) = 50.35%
BLUE value IS 56 (22.27% from 255) = 39.72%
R=9.93%
G=50.35%
B=39.72%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1471560.8000.210.72164.2167.0616.67
HexE47385001548a44311
Octal161077012002511024410321
Binary111010001111110001010000010101100100010100100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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