#0C543F

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

Shades of Deep Teal #0C543F

Tints of Deep Teal #0C543F

Color information

#0C543F (or 0x0C543F) is unknown color: approx Deep Teal. HEX triplet: 0C, 54 and 3F. RGB value is (12,84,63). Sum of RGB (Red+Green+Blue) = 12+84+63=159 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.55% from 159); Green value is 84 (33.20% from 255 or 52.83% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 84 - color contains mainly: green. Hex color #0C543F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C543F is #F3ABC0. Grayscale: #3C3C3C. Windows color (decimal): -15969217 or 4150284. OLE color: 4150284.

HSL color Cylindrical-coordinate representation of color #0C543F: hue angle of 162.5º 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 #0C543F is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB128463-
CMYK0.8600.250.67
HSL162.5º75%18.82%-
HSV(B)162.5º85.71%32.94%-
XYZ4.226.785.79-
YUV60.08129.6593.71-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.55%
GREEN value IS 84 (33.20% from 255) = 52.83%
BLUE value IS 63 (25% from 255) = 39.62%
R=7.55%
G=52.83%
B=39.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1284630.8600.250.67162.57518.82
HexC543F5601943a24b13
Octal141247712603110324211323
Binary110010101001111111010110011001100001110100010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C543F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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