#0C4636

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

Shades of Deep Teal #0C4636

Tints of Deep Teal #0C4636

Color information

#0C4636 (or 0x0C4636) is unknown color: approx Deep Teal. HEX triplet: 0C, 46 and 36. RGB value is (12,70,54). Sum of RGB (Red+Green+Blue) = 12+70+54=136 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.82% from 136); Green value is 70 (27.73% from 255 or 51.47% from 136); Blue value is 54 (21.48% from 255 or 39.71% from 136); Max value from RGB is 70 - color contains mainly: green. Hex color #0C4636 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4636 is #F3B9C9. Grayscale: #323232. Windows color (decimal): -15972810 or 3556876. OLE color: 3556876.

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

Color convert

RGB127054-
CMYK0.8300.230.73
HSL163.45º70.73%16.08%-
HSV(B)163.45º82.86%27.45%-
XYZ3.014.724.24-
YUV50.83129.78100.3-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.82%
GREEN value IS 70 (27.73% from 255) = 51.47%
BLUE value IS 54 (21.48% from 255) = 39.71%
R=8.82%
G=51.47%
B=39.71%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1270540.8300.230.73163.4570.7316.08
HexC46365301749a34710
Octal141066612302711124310720
Binary110010001101101101010011010111100100110100011100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,70,54); }

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

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

 a { background-color: rgb(12,70,54); }

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

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

 span { border-color: rgb(12,70,54); }

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