#0B4339

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

Shades of Deep Teal #0B4339

Tints of Deep Teal #0B4339

Color information

#0B4339 (or 0x0B4339) is unknown color: approx Deep Teal. HEX triplet: 0B, 43 and 39. RGB value is (11,67,57). Sum of RGB (Red+Green+Blue) = 11+67+57=135 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.15% from 135); Green value is 67 (26.56% from 255 or 49.63% from 135); Blue value is 57 (22.66% from 255 or 42.22% from 135); Max value from RGB is 67 - color contains mainly: green. Hex color #0B4339 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4339 is #F4BCC6. Grayscale: #313131. Windows color (decimal): -16039111 or 3752715. OLE color: 3752715.

HSL color Cylindrical-coordinate representation of color #0B4339: hue angle of 169.29º 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 #0B4339 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB116757-
CMYK0.8400.150.74
HSL169.29º71.79%15.29%-
HSV(B)169.29º83.58%26.27%-
XYZ2.884.384.56-
YUV49.12132.45100.81-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.15%
GREEN value IS 67 (26.56% from 255) = 49.63%
BLUE value IS 57 (22.66% from 255) = 42.22%
R=8.15%
G=49.63%
B=42.22%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1167570.8400.150.74169.2971.7915.29
HexB4339540F4Aa948f
Octal131037112401711225111017
Binary1011100001111100110101000111110010101010100110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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