#0D483E

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

Shades of Deep Teal #0D483E

Tints of Deep Teal #0D483E

Color information

#0D483E (or 0x0D483E) is unknown color: approx Deep Teal. HEX triplet: 0D, 48 and 3E. RGB value is (13,72,62). Sum of RGB (Red+Green+Blue) = 13+72+62=147 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.84% from 147); Green value is 72 (28.52% from 255 or 48.98% from 147); Blue value is 62 (24.61% from 255 or 42.18% from 147); Max value from RGB is 72 - color contains mainly: green. Hex color #0D483E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D483E is #F2B7C1. Grayscale: #353535. Windows color (decimal): -15906754 or 4081677. OLE color: 4081677.

HSL color Cylindrical-coordinate representation of color #0D483E: hue angle of 169.83º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D483E is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB137262-
CMYK0.8200.140.72
HSL169.83º69.41%16.67%-
HSV(B)169.83º81.94%28.24%-
XYZ3.355.075.36-
YUV53.22132.9599.31-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.84%
GREEN value IS 72 (28.52% from 255) = 48.98%
BLUE value IS 62 (24.61% from 255) = 42.18%
R=8.84%
G=48.98%
B=42.18%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1372620.8200.140.72169.8369.4116.67
HexD483E520E48aa4511
Octal151107612201611025210521
Binary11011001000111110101001001110100100010101010100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D483E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,72,62); }

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

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

 a { background-color: rgb(13,72,62); }

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

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

 span { border-color: rgb(13,72,62); }

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