#0F5441

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

Shades of Deep Teal #0F5441

Tints of Deep Teal #0F5441

Color information

#0F5441 (or 0x0F5441) is unknown color: approx Deep Teal. HEX triplet: 0F, 54 and 41. RGB value is (15,84,65). Sum of RGB (Red+Green+Blue) = 15+84+65=164 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.15% from 164); Green value is 84 (33.20% from 255 or 51.22% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 84 - color contains mainly: green. Hex color #0F5441 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5441 is #F0ABBE. Grayscale: #3D3D3D. Windows color (decimal): -15772607 or 4281359. OLE color: 4281359.

HSL color Cylindrical-coordinate representation of color #0F5441: hue angle of 163.48º 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 #0F5441 is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB158465-
CMYK0.8200.230.67
HSL163.48º69.7%19.41%-
HSV(B)163.48º82.14%32.94%-
XYZ4.326.826.09-
YUV61.2130.1495.04-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.15%
GREEN value IS 84 (33.20% from 255) = 51.22%
BLUE value IS 65 (25.78% from 255) = 39.63%
R=9.15%
G=51.22%
B=39.63%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1584650.8200.230.67163.4869.719.41
HexF54415201743a34613
Octal1712410112202710324310623
Binary1111101010010000011010010010111100001110100011100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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