#0C7786

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

Shades of Teal #0C7786

Tints of Teal #0C7786

Color information

#0C7786 (or 0x0C7786) is unknown color: approx Teal. HEX triplet: 0C, 77 and 86. RGB value is (12,119,134). Sum of RGB (Red+Green+Blue) = 12+119+134=265 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.53% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 134 (52.73% from 255 or 50.57% from 265); Max value from RGB is 134 - color contains mainly: blue. Hex color #0C7786 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7786 is #F38879. Grayscale: #585858. Windows color (decimal): -15960186 or 8812300. OLE color: 8812300.

HSL color Cylindrical-coordinate representation of color #0C7786: hue angle of 187.38º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C7786 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12119134-
CMYK0.910.1100.47
HSL187.38º83.56%28.63%-
HSV(B)187.38º91.04%52.55%-
XYZ11.0514.9924.87-
YUV88.72153.5573.28-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.53%
GREEN value IS 119 (46.88% from 255) = 44.91%
BLUE value IS 134 (52.73% from 255) = 50.57%
R=4.53%
G=44.91%
B=50.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal121191340.910.1100.47187.3883.5628.63
HexC77865BB02Fbb541d
Octal141672061331305727312435
Binary110011101111000011010110111011010111110111011101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,119,134); }

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

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

 a { background-color: rgb(12,119,134); }

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

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

 span { border-color: rgb(12,119,134); }

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