#0F5444

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

Shades of Deep Teal #0F5444

Tints of Deep Teal #0F5444

Color information

#0F5444 (or 0x0F5444) is unknown color: approx Deep Teal. HEX triplet: 0F, 54 and 44. RGB value is (15,84,68). Sum of RGB (Red+Green+Blue) = 15+84+68=167 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.98% from 167); Green value is 84 (33.20% from 255 or 50.30% from 167); Blue value is 68 (26.95% from 255 or 40.72% from 167); Max value from RGB is 84 - color contains mainly: green. Hex color #0F5444 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5444 is #F0ABBB. Grayscale: #3D3D3D. Windows color (decimal): -15772604 or 4477967. OLE color: 4477967.

HSL color Cylindrical-coordinate representation of color #0F5444: hue angle of 166.09º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F5444 is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB158468-
CMYK0.8200.190.67
HSL166.09º69.7%19.41%-
HSV(B)166.09º82.14%32.94%-
XYZ4.416.866.56-
YUV61.54131.6494.8-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.98%
GREEN value IS 84 (33.20% from 255) = 50.30%
BLUE value IS 68 (26.95% from 255) = 40.72%
R=8.98%
G=50.30%
B=40.72%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1584680.8200.190.67166.0969.719.41
HexF54445201343a64613
Octal1712410412202310324610623
Binary1111101010010001001010010010011100001110100110100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,84,68); }

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

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

 a { background-color: rgb(15,84,68); }

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

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

 span { border-color: rgb(15,84,68); }

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