#0B5141

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

Shades of Deep Teal #0B5141

Tints of Deep Teal #0B5141

Color information

#0B5141 (or 0x0B5141) is unknown color: approx Deep Teal. HEX triplet: 0B, 51 and 41. RGB value is (11,81,65). Sum of RGB (Red+Green+Blue) = 11+81+65=157 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.01% from 157); Green value is 81 (32.03% from 255 or 51.59% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 81 - color contains mainly: green. Hex color #0B5141 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5141 is #F4AEBE. Grayscale: #3A3A3A. Windows color (decimal): -16035519 or 4280587. OLE color: 4280587.

HSL color Cylindrical-coordinate representation of color #0B5141: hue angle of 166.29º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B5141 is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB118165-
CMYK0.8600.200.68
HSL166.29º76.09%18.04%-
HSV(B)166.29º86.42%31.76%-
XYZ4.036.346.01-
YUV58.25131.8194.3-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.01%
GREEN value IS 81 (32.03% from 255) = 51.59%
BLUE value IS 65 (25.78% from 255) = 41.40%
R=7.01%
G=51.59%
B=41.40%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1181650.8600.200.68166.2976.0918.04
HexB51415601444a64c12
Octal1312110112602410424611422
Binary1011101000110000011010110010100100010010100110100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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