#0F493E

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

Shades of Deep Teal #0F493E

Tints of Deep Teal #0F493E

Color information

#0F493E (or 0x0F493E) is unknown color: approx Deep Teal. HEX triplet: 0F, 49 and 3E. RGB value is (15,73,62). Sum of RGB (Red+Green+Blue) = 15+73+62=150 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10% from 150); Green value is 73 (28.91% from 255 or 48.67% from 150); Blue value is 62 (24.61% from 255 or 41.33% from 150); Max value from RGB is 73 - color contains mainly: green. Hex color #0F493E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F493E is #F0B6C1. Grayscale: #363636. Windows color (decimal): -15775426 or 4081935. OLE color: 4081935.

HSL color Cylindrical-coordinate representation of color #0F493E: hue angle of 168.62º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F493E is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB157362-
CMYK0.7900.150.71
HSL168.62º65.91%17.25%-
HSV(B)168.62º79.45%28.63%-
XYZ3.455.215.38-
YUV54.4132.2899.89-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10%
GREEN value IS 73 (28.91% from 255) = 48.67%
BLUE value IS 62 (24.61% from 255) = 41.33%
R=10%
G=48.67%
B=41.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1573620.7900.150.71168.6265.9117.25
HexF493E4F0F47a94211
Octal171117611701710725110221
Binary11111001001111110100111101111100011110101001100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,73,62); }

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

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

 a { background-color: rgb(15,73,62); }

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

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

 span { border-color: rgb(15,73,62); }

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