#0B3F36

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

Shades of Deep Teal #0B3F36

Tints of Deep Teal #0B3F36

Color information

#0B3F36 (or 0x0B3F36) is unknown color: approx Deep Teal. HEX triplet: 0B, 3F and 36. RGB value is (11,63,54). Sum of RGB (Red+Green+Blue) = 11+63+54=128 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.59% from 128); Green value is 63 (25% from 255 or 49.22% from 128); Blue value is 54 (21.48% from 255 or 42.19% from 128); Max value from RGB is 63 - color contains mainly: green. Hex color #0B3F36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3F36 is #F4C0C9. Grayscale: #2E2E2E. Windows color (decimal): -16040138 or 3555083. OLE color: 3555083.

HSL color Cylindrical-coordinate representation of color #0B3F36: hue angle of 169.62º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B3F36 is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB116354-
CMYK0.8300.140.75
HSL169.62º70.27%14.51%-
HSV(B)169.62º82.54%24.71%-
XYZ2.583.894.11-
YUV46.43132.27102.73-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.59%
GREEN value IS 63 (25% from 255) = 49.22%
BLUE value IS 54 (21.48% from 255) = 42.19%
R=8.59%
G=49.22%
B=42.19%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1163540.8300.140.75169.6270.2714.51
HexB3F36530E4Baa46f
Octal13776612301611325210617
Binary101111111111011010100110111010010111010101010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,63,54); }

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

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

 a { background-color: rgb(11,63,54); }

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

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

 span { border-color: rgb(11,63,54); }

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