#0B7482

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

Shades of Teal #0B7482

Tints of Teal #0B7482

Color information

#0B7482 (or 0x0B7482) is unknown color: approx Teal. HEX triplet: 0B, 74 and 82. RGB value is (11,116,130). Sum of RGB (Red+Green+Blue) = 11+116+130=257 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.28% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #0B7482 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7482 is #F48B7D. Grayscale: #565656. Windows color (decimal): -16026494 or 8549387. OLE color: 8549387.

HSL color Cylindrical-coordinate representation of color #0B7482: hue angle of 187.06º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B7482 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11116130-
CMYK0.920.1100.49
HSL187.06º84.4%27.65%-
HSV(B)187.06º91.54%50.98%-
XYZ10.4114.1723.31-
YUV86.2152.7174.36-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.28%
GREEN value IS 116 (45.70% from 255) = 45.14%
BLUE value IS 130 (51.17% from 255) = 50.58%
R=4.28%
G=45.14%
B=50.58%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal111161300.920.1100.49187.0684.427.65
HexB74825CB031bb541c
Octal131642021341306127312434
Binary101111101001000001010111001011011000110111011101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,116,130); }

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

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

 a { background-color: rgb(11,116,130); }

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

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

 span { border-color: rgb(11,116,130); }

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