#0D5143

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

Shades of Deep Teal #0D5143

Tints of Deep Teal #0D5143

Color information

#0D5143 (or 0x0D5143) is unknown color: approx Deep Teal. HEX triplet: 0D, 51 and 43. RGB value is (13,81,67). Sum of RGB (Red+Green+Blue) = 13+81+67=161 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.07% from 161); Green value is 81 (32.03% from 255 or 50.31% from 161); Blue value is 67 (26.56% from 255 or 41.61% from 161); Max value from RGB is 81 - color contains mainly: green. Hex color #0D5143 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5143 is #F2AEBC. Grayscale: #3B3B3B. Windows color (decimal): -15904445 or 4411661. OLE color: 4411661.

HSL color Cylindrical-coordinate representation of color #0D5143: hue angle of 167.65º 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 #0D5143 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB138167-
CMYK0.8400.170.68
HSL167.65º72.34%18.43%-
HSV(B)167.65º83.95%31.76%-
XYZ4.126.386.32-
YUV59.07132.4795.14-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.07%
GREEN value IS 81 (32.03% from 255) = 50.31%
BLUE value IS 67 (26.56% from 255) = 41.61%
R=8.07%
G=50.31%
B=41.61%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1381670.8400.170.68167.6572.3418.43
HexD51435401144a84812
Octal1512110312402110425011022
Binary1101101000110000111010100010001100010010101000100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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