#0B4F3E

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

Shades of Deep Teal #0B4F3E

Tints of Deep Teal #0B4F3E

Color information

#0B4F3E (or 0x0B4F3E) is unknown color: approx Deep Teal. HEX triplet: 0B, 4F and 3E. RGB value is (11,79,62). Sum of RGB (Red+Green+Blue) = 11+79+62=152 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.24% from 152); Green value is 79 (31.25% from 255 or 51.97% from 152); Blue value is 62 (24.61% from 255 or 40.79% from 152); Max value from RGB is 79 - color contains mainly: green. Hex color #0B4F3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B4F3E is #F4B0C1. Grayscale: #383838. Windows color (decimal): -16036034 or 4083467. OLE color: 4083467.

HSL color Cylindrical-coordinate representation of color #0B4F3E: hue angle of 165º 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 #0B4F3E is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB117962-
CMYK0.8600.220.69
HSL165º75.56%17.65%-
HSV(B)165º86.08%30.98%-
XYZ3.86.015.52-
YUV56.73130.9795.38-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.24%
GREEN value IS 79 (31.25% from 255) = 51.97%
BLUE value IS 62 (24.61% from 255) = 40.79%
R=7.24%
G=51.97%
B=40.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1179620.8600.220.6916575.5617.65
HexB4F3E5601645a54c12
Octal131177612602610524511422
Binary101110011111111101010110010110100010110100101100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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