#0c5444

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

Shades of Deep Teal #0C5444

Tints of Deep Teal #0C5444

Color information

#0C5444 (or 0x0C5444) is unknown color: approx Deep Teal. HEX triplet: 0C, 54 and 44. RGB value is (12,84,68). Sum of RGB (Red+Green+Blue) = 12+84+68=164 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.32% from 164); Green value is 84 (33.20% from 255 or 51.22% from 164); Blue value is 68 (26.95% from 255 or 41.46% from 164); Max value from RGB is 84 - color contains mainly: green. Hex color #0C5444 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5444 is #F3ABBB. Grayscale: #3C3C3C. Windows color (decimal): -15969212 or 4477964. OLE color: 4477964.

HSL color Cylindrical-coordinate representation of color #0C5444: hue angle of 166.67º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C5444 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB128468-
CMYK0.8600.190.67
HSL166.67º75%18.82%-
HSV(B)166.67º85.71%32.94%-
XYZ4.376.846.56-
YUV60.65132.1593.3-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.32%
GREEN value IS 84 (33.20% from 255) = 51.22%
BLUE value IS 68 (26.95% from 255) = 41.46%
R=7.32%
G=51.22%
B=41.46%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1284680.8600.190.67166.677518.82
HexC54445601343a74b13
Octal1412410412602310324711323
Binary1100101010010001001010110010011100001110100111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c5444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,84,68); }

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

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

 a { background-color: rgb(12,84,68); }

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

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

 span { border-color: rgb(12,84,68); }

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