#0B503E

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

Shades of Deep Teal #0B503E

Tints of Deep Teal #0B503E

Color information

#0B503E (or 0x0B503E) is unknown color: approx Deep Teal. HEX triplet: 0B, 50 and 3E. RGB value is (11,80,62). Sum of RGB (Red+Green+Blue) = 11+80+62=153 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.19% from 153); Green value is 80 (31.64% from 255 or 52.29% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 80 - color contains mainly: green. Hex color #0B503E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B503E is #F4AFC1. Grayscale: #393939. Windows color (decimal): -16035778 or 4083723. OLE color: 4083723.

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

Color convert

RGB118062-
CMYK0.8600.220.69
HSL164.35º75.82%17.84%-
HSV(B)164.35º86.25%31.37%-
XYZ3.886.165.54-
YUV57.32130.6494.96-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.19%
GREEN value IS 80 (31.64% from 255) = 52.29%
BLUE value IS 62 (24.61% from 255) = 40.52%
R=7.19%
G=52.29%
B=40.52%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1180620.8600.220.69164.3575.8217.84
HexB503E5601645a44c12
Octal131207612602610524411422
Binary101110100001111101010110010110100010110100100100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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