#0B513E

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

Shades of Deep Teal #0B513E

Tints of Deep Teal #0B513E

Color information

#0B513E (or 0x0B513E) is unknown color: approx Deep Teal. HEX triplet: 0B, 51 and 3E. RGB value is (11,81,62). Sum of RGB (Red+Green+Blue) = 11+81+62=154 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.14% from 154); Green value is 81 (32.03% from 255 or 52.60% from 154); Blue value is 62 (24.61% from 255 or 40.26% from 154); Max value from RGB is 81 - color contains mainly: green. Hex color #0B513E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B513E is #F4AEC1. Grayscale: #393939. Windows color (decimal): -16035522 or 4083979. OLE color: 4083979.

HSL color Cylindrical-coordinate representation of color #0B513E: hue angle of 163.71º 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 #0B513E is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB118162-
CMYK0.8600.230.68
HSL163.71º76.09%18.04%-
HSV(B)163.71º86.42%31.76%-
XYZ3.956.35.57-
YUV57.9130.3194.54-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.14%
GREEN value IS 81 (32.03% from 255) = 52.60%
BLUE value IS 62 (24.61% from 255) = 40.26%
R=7.14%
G=52.60%
B=40.26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1181620.8600.230.68163.7176.0918.04
HexB513E5601744a44c12
Octal131217612602710424411422
Binary101110100011111101010110010111100010010100100100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B513E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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