#0D513F

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

Shades of Deep Teal #0D513F

Tints of Deep Teal #0D513F

Color information

#0D513F (or 0x0D513F) is unknown color: approx Deep Teal. HEX triplet: 0D, 51 and 3F. RGB value is (13,81,63). Sum of RGB (Red+Green+Blue) = 13+81+63=157 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.28% from 157); Green value is 81 (32.03% from 255 or 51.59% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 81 - color contains mainly: green. Hex color #0D513F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D513F is #F2AEC0. Grayscale: #3A3A3A. Windows color (decimal): -15904449 or 4149517. OLE color: 4149517.

HSL color Cylindrical-coordinate representation of color #0D513F: hue angle of 164.12º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D513F is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB138163-
CMYK0.8400.220.68
HSL164.12º72.34%18.43%-
HSV(B)164.12º83.95%31.76%-
XYZ4.016.335.71-
YUV58.62130.4795.46-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.28%
GREEN value IS 81 (32.03% from 255) = 51.59%
BLUE value IS 63 (25% from 255) = 40.13%
R=8.28%
G=51.59%
B=40.13%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1381630.8400.220.68164.1272.3418.43
HexD513F5401644a44812
Octal151217712402610424411022
Binary110110100011111111010100010110100010010100100100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D513F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,81,63); }

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

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

 a { background-color: rgb(13,81,63); }

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

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

 span { border-color: rgb(13,81,63); }

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