#0B4334

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

Shades of Deep Teal #0B4334

Tints of Deep Teal #0B4334

Color information

#0B4334 (or 0x0B4334) is unknown color: approx Deep Teal. HEX triplet: 0B, 43 and 34. RGB value is (11,67,52). Sum of RGB (Red+Green+Blue) = 11+67+52=130 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.46% from 130); Green value is 67 (26.56% from 255 or 51.54% from 130); Blue value is 52 (20.70% from 255 or 40% from 130); Max value from RGB is 67 - color contains mainly: green. Hex color #0B4334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4334 is #F4BCCB. Grayscale: #303030. Windows color (decimal): -16039116 or 3425035. OLE color: 3425035.

HSL color Cylindrical-coordinate representation of color #0B4334: hue angle of 163.93º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B4334 is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.74.

Color convert

RGB116752-
CMYK0.8400.220.74
HSL163.93º71.79%15.29%-
HSV(B)163.93º83.58%26.27%-
XYZ2.764.333.94-
YUV48.55129.95101.22-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.46%
GREEN value IS 67 (26.56% from 255) = 51.54%
BLUE value IS 52 (20.70% from 255) = 40%
R=8.46%
G=51.54%
B=40%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1167520.8400.220.74163.9371.7915.29
HexB4334540164Aa448f
Octal131036412402611224411017
Binary10111000011110100101010001011010010101010010010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,67,52); }

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

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

 a { background-color: rgb(11,67,52); }

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

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

 span { border-color: rgb(11,67,52); }

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