#0C798E

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

Shades of Teal #0C798E

Tints of Teal #0C798E

Color information

#0C798E (or 0x0C798E) is unknown color: approx Teal. HEX triplet: 0C, 79 and 8E. RGB value is (12,121,142). Sum of RGB (Red+Green+Blue) = 12+121+142=275 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.36% from 275); Green value is 121 (47.66% from 255 or 44% from 275); Blue value is 142 (55.86% from 255 or 51.64% from 275); Max value from RGB is 142 - color contains mainly: blue. Hex color #0C798E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C798E is #F38671. Grayscale: #5A5A5A. Windows color (decimal): -15959666 or 9337100. OLE color: 9337100.

HSL color Cylindrical-coordinate representation of color #0C798E: hue angle of 189.69º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C798E is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12121142-
CMYK0.920.1500.44
HSL189.69º84.42%30.2%-
HSV(B)189.69º91.55%55.69%-
XYZ11.8715.7128-
YUV90.8156.8971.79-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.36%
GREEN value IS 121 (47.66% from 255) = 44%
BLUE value IS 142 (55.86% from 255) = 51.64%
R=4.36%
G=44%
B=51.64%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal121211420.920.1500.44189.6984.4230.2
HexC798E5CF02Cbe541e
Octal141712161341705427612436
Binary110011110011000111010111001111010110010111110101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C798E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,121,142); }

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

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

 a { background-color: rgb(12,121,142); }

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

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

 span { border-color: rgb(12,121,142); }

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