#0B493C

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

Shades of Deep Teal #0B493C

Tints of Deep Teal #0B493C

Color information

#0B493C (or 0x0B493C) is unknown color: approx Deep Teal. HEX triplet: 0B, 49 and 3C. RGB value is (11,73,60). Sum of RGB (Red+Green+Blue) = 11+73+60=144 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.64% from 144); Green value is 73 (28.91% from 255 or 50.69% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 73 - color contains mainly: green. Hex color #0B493C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B493C is #F4B6C3. Grayscale: #343434. Windows color (decimal): -16037572 or 3950859. OLE color: 3950859.

HSL color Cylindrical-coordinate representation of color #0B493C: hue angle of 167.42º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B493C is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB117360-
CMYK0.8500.180.71
HSL167.42º73.81%16.47%-
HSV(B)167.42º84.93%28.63%-
XYZ3.345.165.1-
YUV52.98131.9698.06-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.64%
GREEN value IS 73 (28.91% from 255) = 50.69%
BLUE value IS 60 (23.83% from 255) = 41.67%
R=7.64%
G=50.69%
B=41.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1173600.8500.180.71167.4273.8116.47
HexB493C5501247a74a10
Octal131117412502210724711220
Binary101110010011111001010101010010100011110100111100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B493C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,73,60); }

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

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

 a { background-color: rgb(11,73,60); }

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

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

 span { border-color: rgb(11,73,60); }

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