#0F4939

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

Shades of Deep Teal #0F4939

Tints of Deep Teal #0F4939

Color information

#0F4939 (or 0x0F4939) is unknown color: approx Deep Teal. HEX triplet: 0F, 49 and 39. RGB value is (15,73,57). Sum of RGB (Red+Green+Blue) = 15+73+57=145 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.34% from 145); Green value is 73 (28.91% from 255 or 50.34% from 145); Blue value is 57 (22.66% from 255 or 39.31% from 145); Max value from RGB is 73 - color contains mainly: green. Hex color #0F4939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4939 is #F0B6C6. Grayscale: #353535. Windows color (decimal): -15775431 or 3754255. OLE color: 3754255.

HSL color Cylindrical-coordinate representation of color #0F4939: hue angle of 163.45º 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 #0F4939 is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.71.

Color convert

RGB157357-
CMYK0.7900.220.71
HSL163.45º65.91%17.25%-
HSV(B)163.45º79.45%28.63%-
XYZ3.325.164.69-
YUV53.83129.78100.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.34%
GREEN value IS 73 (28.91% from 255) = 50.34%
BLUE value IS 57 (22.66% from 255) = 39.31%
R=10.34%
G=50.34%
B=39.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1573570.7900.220.71163.4565.9117.25
HexF49394F01647a34211
Octal171117111702610724310221
Binary111110010011110011001111010110100011110100011100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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