#0C837E

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

Shades of Teal #0C837E

Tints of Teal #0C837E

Color information

#0C837E (or 0x0C837E) is unknown color: approx Teal. HEX triplet: 0C, 83 and 7E. RGB value is (12,131,126). Sum of RGB (Red+Green+Blue) = 12+131+126=269 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.46% from 269); Green value is 131 (51.56% from 255 or 48.70% from 269); Blue value is 126 (49.61% from 255 or 46.84% from 269); Max value from RGB is 131 - color contains mainly: green. Hex color #0C837E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C837E is #F37C81. Grayscale: #5E5E5E. Windows color (decimal): -15957122 or 8291084. OLE color: 8291084.

HSL color Cylindrical-coordinate representation of color #0C837E: hue angle of 177.48º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C837E is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB12131126-
CMYK0.9100.040.49
HSL177.48º83.22%28.04%-
HSV(B)177.48º90.84%51.37%-
XYZ12.0317.8222.54-
YUV94.85145.5868.91-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.46%
GREEN value IS 131 (51.56% from 255) = 48.70%
BLUE value IS 126 (49.61% from 255) = 46.84%
R=4.46%
G=48.70%
B=46.84%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121311260.9100.040.49177.4883.2228.04
HexC837E5B0431b1531c
Octal14203176133046126112334
Binary11001000001111111101011011010011000110110001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,131,126); }

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

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

 a { background-color: rgb(12,131,126); }

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

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

 span { border-color: rgb(12,131,126); }

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