#0B4D3D

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

Shades of Deep Teal #0B4D3D

Tints of Deep Teal #0B4D3D

Color information

#0B4D3D (or 0x0B4D3D) is unknown color: approx Deep Teal. HEX triplet: 0B, 4D and 3D. RGB value is (11,77,61). Sum of RGB (Red+Green+Blue) = 11+77+61=149 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.38% from 149); Green value is 77 (30.47% from 255 or 51.68% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 77 - color contains mainly: green. Hex color #0B4D3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B4D3D is #F4B2C2. Grayscale: #373737. Windows color (decimal): -16036547 or 4017419. OLE color: 4017419.

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

Color convert

RGB117761-
CMYK0.8600.210.70
HSL165.45º75%17.25%-
HSV(B)165.45º85.71%30.2%-
XYZ3.635.725.33-
YUV55.44131.1396.3-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.38%
GREEN value IS 77 (30.47% from 255) = 51.68%
BLUE value IS 61 (24.22% from 255) = 40.94%
R=7.38%
G=51.68%
B=40.94%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1177610.8600.210.70165.457517.25
HexB4D3D5601546a54b11
Octal131157512602510624511321
Binary101110011011111011010110010101100011010100101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,77,61); }

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

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

 a { background-color: rgb(11,77,61); }

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

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

 span { border-color: rgb(11,77,61); }

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