#0B4F41

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

Shades of Deep Teal #0B4F41

Tints of Deep Teal #0B4F41

Color information

#0B4F41 (or 0x0B4F41) is unknown color: approx Deep Teal. HEX triplet: 0B, 4F and 41. RGB value is (11,79,65). Sum of RGB (Red+Green+Blue) = 11+79+65=155 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.10% from 155); Green value is 79 (31.25% from 255 or 50.97% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 79 - color contains mainly: green. Hex color #0B4F41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B4F41 is #F4B0BE. Grayscale: #393939. Windows color (decimal): -16036031 or 4280075. OLE color: 4280075.

HSL color Cylindrical-coordinate representation of color #0B4F41: hue angle of 167.65º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B4F41 is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB117965-
CMYK0.8600.180.69
HSL167.65º75.56%17.65%-
HSV(B)167.65º86.08%30.98%-
XYZ3.896.045.96-
YUV57.07132.4795.14-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.10%
GREEN value IS 79 (31.25% from 255) = 50.97%
BLUE value IS 65 (25.78% from 255) = 41.94%
R=7.10%
G=50.97%
B=41.94%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1179650.8600.180.69167.6575.5617.65
HexB4F415601245a84c12
Octal1311710112602210525011422
Binary1011100111110000011010110010010100010110101000100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,79,65); }

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

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

 a { background-color: rgb(11,79,65); }

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

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

 span { border-color: rgb(11,79,65); }

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