#0F5541

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

Shades of Deep Teal #0F5541

Tints of Deep Teal #0F5541

Color information

#0F5541 (or 0x0F5541) is unknown color: approx Deep Teal. HEX triplet: 0F, 55 and 41. RGB value is (15,85,65). Sum of RGB (Red+Green+Blue) = 15+85+65=165 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.09% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #0F5541 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5541 is #F0AABE. Grayscale: #3D3D3D. Windows color (decimal): -15772351 or 4281615. OLE color: 4281615.

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

Color convert

RGB158565-
CMYK0.8200.240.67
HSL162.86º70%19.61%-
HSV(B)162.86º82.35%33.33%-
XYZ4.46.986.12-
YUV61.79129.8194.63-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.09%
GREEN value IS 85 (33.59% from 255) = 51.52%
BLUE value IS 65 (25.78% from 255) = 39.39%
R=9.09%
G=51.52%
B=39.39%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1585650.8200.240.67162.867019.61
HexF55415201843a34614
Octal1712510112203010324310624
Binary1111101010110000011010010011000100001110100011100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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