#0F4639

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

Shades of Deep Teal #0F4639

Tints of Deep Teal #0F4639

Color information

#0F4639 (or 0x0F4639) is unknown color: approx Deep Teal. HEX triplet: 0F, 46 and 39. RGB value is (15,70,57). Sum of RGB (Red+Green+Blue) = 15+70+57=142 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.56% from 142); Green value is 70 (27.73% from 255 or 49.30% from 142); Blue value is 57 (22.66% from 255 or 40.14% from 142); Max value from RGB is 70 - color contains mainly: green. Hex color #0F4639 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4639 is #F0B9C6. Grayscale: #343434. Windows color (decimal): -15776199 or 3753487. OLE color: 3753487.

HSL color Cylindrical-coordinate representation of color #0F4639: hue angle of 165.82º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F4639 is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB157057-
CMYK0.7900.190.73
HSL165.82º64.71%16.67%-
HSV(B)165.82º78.57%27.45%-
XYZ3.134.784.63-
YUV52.07130.78101.56-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.56%
GREEN value IS 70 (27.73% from 255) = 49.30%
BLUE value IS 57 (22.66% from 255) = 40.14%
R=10.56%
G=49.30%
B=40.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1570570.7900.190.73165.8264.7116.67
HexF46394F01349a64111
Octal171067111702311124610121
Binary111110001101110011001111010011100100110100110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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