#0C4C3F

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

Shades of Deep Teal #0C4C3F

Tints of Deep Teal #0C4C3F

Color information

#0C4C3F (or 0x0C4C3F) is unknown color: approx Deep Teal. HEX triplet: 0C, 4C and 3F. RGB value is (12,76,63). Sum of RGB (Red+Green+Blue) = 12+76+63=151 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.95% from 151); Green value is 76 (30.08% from 255 or 50.33% from 151); Blue value is 63 (25% from 255 or 41.72% from 151); Max value from RGB is 76 - color contains mainly: green. Hex color #0C4C3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4C3F is #F3B3C0. Grayscale: #373737. Windows color (decimal): -15971265 or 4148236. OLE color: 4148236.

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

Color convert

RGB127663-
CMYK0.8400.170.70
HSL167.81º72.73%17.25%-
HSV(B)167.81º84.21%29.8%-
XYZ3.635.615.59-
YUV55.38132.397.06-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.95%
GREEN value IS 76 (30.08% from 255) = 50.33%
BLUE value IS 63 (25% from 255) = 41.72%
R=7.95%
G=50.33%
B=41.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1276630.8400.170.70167.8172.7317.25
HexC4C3F5401146a84911
Octal141147712402110625011121
Binary110010011001111111010100010001100011010101000100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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