#0D3934

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

Shades of Deep Teal #0D3934

Tints of Deep Teal #0D3934

Color information

#0D3934 (or 0x0D3934) is unknown color: approx Deep Teal. HEX triplet: 0D, 39 and 34. RGB value is (13,57,52). Sum of RGB (Red+Green+Blue) = 13+57+52=122 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.66% from 122); Green value is 57 (22.66% from 255 or 46.72% from 122); Blue value is 52 (20.70% from 255 or 42.62% from 122); Max value from RGB is 57 - color contains mainly: green. Hex color #0D3934 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3934 is #F2C6CB. Grayscale: #2B2B2B. Windows color (decimal): -15910604 or 3422477. OLE color: 3422477.

HSL color Cylindrical-coordinate representation of color #0D3934: hue angle of 173.18º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D3934 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB135752-
CMYK0.7700.090.78
HSL173.18º62.86%13.73%-
HSV(B)173.18º77.19%22.35%-
XYZ2.253.263.76-
YUV43.27132.92106.41-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.66%
GREEN value IS 57 (22.66% from 255) = 46.72%
BLUE value IS 52 (20.70% from 255) = 42.62%
R=10.66%
G=46.72%
B=42.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1357520.7700.090.78173.1862.8613.73
HexD39344D094Ead3fe
Octal1571641150111162557716
Binary11011110011101001001101010011001110101011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,57,52); }

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

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

 a { background-color: rgb(13,57,52); }

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

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

 span { border-color: rgb(13,57,52); }

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