#0c4c3a

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

Shades of Deep Teal #0C4C3A

Tints of Deep Teal #0C4C3A

Color information

#0C4C3A (or 0x0C4C3A) is unknown color: approx Deep Teal. HEX triplet: 0C, 4C and 3A. RGB value is (12,76,58). Sum of RGB (Red+Green+Blue) = 12+76+58=146 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.22% from 146); Green value is 76 (30.08% from 255 or 52.05% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 76 - color contains mainly: green. Hex color #0C4C3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4C3A is #F3B3C5. Grayscale: #363636. Windows color (decimal): -15971270 or 3820556. OLE color: 3820556.

HSL color Cylindrical-coordinate representation of color #0C4C3A: hue angle of 163.12º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C4C3A is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.70.

Color convert

RGB127658-
CMYK0.8400.240.70
HSL163.12º72.73%17.25%-
HSV(B)163.12º84.21%29.8%-
XYZ3.55.554.89-
YUV54.81129.897.46-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.22%
GREEN value IS 76 (30.08% from 255) = 52.05%
BLUE value IS 58 (23.05% from 255) = 39.73%
R=8.22%
G=52.05%
B=39.73%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1276580.8400.240.70163.1272.7317.25
HexC4C3A5401846a34911
Octal141147212403010624311121
Binary110010011001110101010100011000100011010100011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c4c3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,76,58); }

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

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

 a { background-color: rgb(12,76,58); }

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

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

 span { border-color: rgb(12,76,58); }

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