#0B533E

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

Shades of Deep Teal #0B533E

Tints of Deep Teal #0B533E

Color information

#0B533E (or 0x0B533E) is unknown color: approx Deep Teal. HEX triplet: 0B, 53 and 3E. RGB value is (11,83,62). Sum of RGB (Red+Green+Blue) = 11+83+62=156 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.05% from 156); Green value is 83 (32.81% from 255 or 53.21% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 83 - color contains mainly: green. Hex color #0B533E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B533E is #F4ACC1. Grayscale: #3B3B3B. Windows color (decimal): -16035010 or 4084491. OLE color: 4084491.

HSL color Cylindrical-coordinate representation of color #0B533E: hue angle of 162.5º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B533E is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB118362-
CMYK0.8700.250.67
HSL162.5º76.6%18.43%-
HSV(B)162.5º86.75%32.55%-
XYZ4.16.615.62-
YUV59.08129.6593.71-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.05%
GREEN value IS 83 (32.81% from 255) = 53.21%
BLUE value IS 62 (24.61% from 255) = 39.74%
R=7.05%
G=53.21%
B=39.74%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1183620.8700.250.67162.576.618.43
HexB533E5701943a24d12
Octal131237612703110324211522
Binary101110100111111101010111011001100001110100010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B533E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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