#0B4C3B

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

Shades of Deep Teal #0B4C3B

Tints of Deep Teal #0B4C3B

Color information

#0B4C3B (or 0x0B4C3B) is unknown color: approx Deep Teal. HEX triplet: 0B, 4C and 3B. RGB value is (11,76,59). Sum of RGB (Red+Green+Blue) = 11+76+59=146 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.53% from 146); Green value is 76 (30.08% from 255 or 52.05% from 146); Blue value is 59 (23.44% from 255 or 40.41% from 146); Max value from RGB is 76 - color contains mainly: green. Hex color #0B4C3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4C3B is #F4B3C4. Grayscale: #363636. Windows color (decimal): -16036805 or 3886091. OLE color: 3886091.

HSL color Cylindrical-coordinate representation of color #0B4C3B: hue angle of 164.31º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B4C3B is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB117659-
CMYK0.8600.220.70
HSL164.31º74.71%17.06%-
HSV(B)164.31º85.53%29.8%-
XYZ3.515.565.02-
YUV54.63130.4796.88-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.53%
GREEN value IS 76 (30.08% from 255) = 52.05%
BLUE value IS 59 (23.44% from 255) = 40.41%
R=7.53%
G=52.05%
B=40.41%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1176590.8600.220.70164.3174.7117.06
HexB4C3B5601646a44b11
Octal131147312602610624411321
Binary101110011001110111010110010110100011010100100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,76,59); }

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

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

 a { background-color: rgb(11,76,59); }

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

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

 span { border-color: rgb(11,76,59); }

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