#0B473C

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

Shades of Deep Teal #0B473C

Tints of Deep Teal #0B473C

Color information

#0B473C (or 0x0B473C) is unknown color: approx Deep Teal. HEX triplet: 0B, 47 and 3C. RGB value is (11,71,60). Sum of RGB (Red+Green+Blue) = 11+71+60=142 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.75% from 142); Green value is 71 (28.12% from 255 or 50% from 142); Blue value is 60 (23.83% from 255 or 42.25% from 142); Max value from RGB is 71 - color contains mainly: green. Hex color #0B473C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B473C is #F4B8C3. Grayscale: #333333. Windows color (decimal): -16038084 or 3950347. OLE color: 3950347.

HSL color Cylindrical-coordinate representation of color #0B473C: hue angle of 169º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B473C is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB117160-
CMYK0.8500.150.72
HSL169º73.17%16.08%-
HSV(B)169º84.51%27.84%-
XYZ3.214.95.05-
YUV51.81132.6298.89-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.75%
GREEN value IS 71 (28.12% from 255) = 50%
BLUE value IS 60 (23.83% from 255) = 42.25%
R=7.75%
G=50%
B=42.25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1171600.8500.150.7216973.1716.08
HexB473C550F48a94910
Octal131077412501711025111120
Binary10111000111111100101010101111100100010101001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B473C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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