#0B5541

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

Shades of Deep Teal #0B5541

Tints of Deep Teal #0B5541

Color information

#0B5541 (or 0x0B5541) is unknown color: approx Deep Teal. HEX triplet: 0B, 55 and 41. RGB value is (11,85,65). Sum of RGB (Red+Green+Blue) = 11+85+65=161 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.83% from 161); Green value is 85 (33.59% from 255 or 52.80% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 85 - color contains mainly: green. Hex color #0B5541 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5541 is #F4AABE. Grayscale: #3C3C3C. Windows color (decimal): -16034495 or 4281611. OLE color: 4281611.

HSL color Cylindrical-coordinate representation of color #0B5541: hue angle of 163.78º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B5541 is Cyan = 0.87, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB118565-
CMYK0.8700.240.67
HSL163.78º77.08%18.82%-
HSV(B)163.78º87.06%33.33%-
XYZ4.346.956.11-
YUV60.59130.4892.63-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.83%
GREEN value IS 85 (33.59% from 255) = 52.80%
BLUE value IS 65 (25.78% from 255) = 40.37%
R=6.83%
G=52.80%
B=40.37%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1185650.8700.240.67163.7877.0818.82
HexB55415701843a44d13
Octal1312510112703010324411523
Binary1011101010110000011010111011000100001110100100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,85,65); }

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

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

 a { background-color: rgb(11,85,65); }

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

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

 span { border-color: rgb(11,85,65); }

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