#0D453D

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

Shades of Deep Teal #0D453D

Tints of Deep Teal #0D453D

Color information

#0D453D (or 0x0D453D) is unknown color: approx Deep Teal. HEX triplet: 0D, 45 and 3D. RGB value is (13,69,61). Sum of RGB (Red+Green+Blue) = 13+69+61=143 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.09% from 143); Green value is 69 (27.34% from 255 or 48.25% from 143); Blue value is 61 (24.22% from 255 or 42.66% from 143); Max value from RGB is 69 - color contains mainly: green. Hex color #0D453D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D453D is #F2BAC2. Grayscale: #333333. Windows color (decimal): -15907523 or 4015373. OLE color: 4015373.

HSL color Cylindrical-coordinate representation of color #0D453D: hue angle of 171.43º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D453D is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.

Color convert

RGB136961-
CMYK0.8100.120.73
HSL171.43º68.29%16.08%-
HSV(B)171.43º81.16%27.06%-
XYZ3.144.685.15-
YUV51.34133.45100.65-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.09%
GREEN value IS 69 (27.34% from 255) = 48.25%
BLUE value IS 61 (24.22% from 255) = 42.66%
R=9.09%
G=48.25%
B=42.66%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1369610.8100.120.73171.4368.2916.08
HexD453D510C49ab4410
Octal151057512101411125310420
Binary11011000101111101101000101100100100110101011100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D453D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,69,61); }

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

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

 a { background-color: rgb(13,69,61); }

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

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

 span { border-color: rgb(13,69,61); }

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