#0D3C38

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

Shades of Deep Teal #0D3C38

Tints of Deep Teal #0D3C38

Color information

#0D3C38 (or 0x0D3C38) is unknown color: approx Deep Teal. HEX triplet: 0D, 3C and 38. RGB value is (13,60,56). Sum of RGB (Red+Green+Blue) = 13+60+56=129 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10.08% from 129); Green value is 60 (23.83% from 255 or 46.51% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 60 - color contains mainly: green. Hex color #0D3C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3C38 is #F2C3C7. Grayscale: #2D2D2D. Windows color (decimal): -15909832 or 3685389. OLE color: 3685389.

HSL color Cylindrical-coordinate representation of color #0D3C38: hue angle of 174.89º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0D3C38 is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.76.

Color convert

RGB136056-
CMYK0.7800.070.76
HSL174.89º64.38%14.31%-
HSV(B)174.89º78.33%23.53%-
XYZ2.53.64.31-
YUV45.49133.93104.83-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.08%
GREEN value IS 60 (23.83% from 255) = 46.51%
BLUE value IS 56 (22.27% from 255) = 43.41%
R=10.08%
G=46.51%
B=43.41%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1360560.7800.070.76174.8964.3814.31
HexD3C384E074Caf40e
Octal1574701160711425710016
Binary11011111001110001001110011110011001010111110000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,60,56); }

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

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

 a { background-color: rgb(13,60,56); }

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

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

 span { border-color: rgb(13,60,56); }

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