#0B503F

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

Shades of Deep Teal #0B503F

Tints of Deep Teal #0B503F

Color information

#0B503F (or 0x0B503F) is unknown color: approx Deep Teal. HEX triplet: 0B, 50 and 3F. RGB value is (11,80,63). Sum of RGB (Red+Green+Blue) = 11+80+63=154 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.14% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #0B503F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B503F is #F4AFC0. Grayscale: #393939. Windows color (decimal): -16035777 or 4149259. OLE color: 4149259.

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

Color convert

RGB118063-
CMYK0.8600.210.69
HSL165.22º75.82%17.84%-
HSV(B)165.22º86.25%31.37%-
XYZ3.96.175.69-
YUV57.43131.1494.88-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.14%
GREEN value IS 80 (31.64% from 255) = 51.95%
BLUE value IS 63 (25% from 255) = 40.91%
R=7.14%
G=51.95%
B=40.91%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1180630.8600.210.69165.2275.8217.84
HexB503F5601545a54c12
Octal131207712602510524511422
Binary101110100001111111010110010101100010110100101100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,80,63); }

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

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

 a { background-color: rgb(11,80,63); }

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

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

 span { border-color: rgb(11,80,63); }

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