#0C827C

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

Shades of Teal #0C827C

Tints of Teal #0C827C

Color information

#0C827C (or 0x0C827C) is unknown color: approx Teal. HEX triplet: 0C, 82 and 7C. RGB value is (12,130,124). Sum of RGB (Red+Green+Blue) = 12+130+124=266 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.51% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #0C827C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C827C is #F37D83. Grayscale: #5D5D5D. Windows color (decimal): -15957380 or 8159756. OLE color: 8159756.

HSL color Cylindrical-coordinate representation of color #0C827C: hue angle of 176.95º 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 #0C827C is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB12130124-
CMYK0.9100.050.49
HSL176.95º83.1%27.84%-
HSV(B)176.95º90.77%50.98%-
XYZ11.7717.521.83-
YUV94.03144.9169.49-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.51%
GREEN value IS 130 (51.17% from 255) = 48.87%
BLUE value IS 124 (48.83% from 255) = 46.62%
R=4.51%
G=48.87%
B=46.62%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121301240.9100.050.49176.9583.127.84
HexC827C5B0531b1531c
Octal14202174133056126112334
Binary11001000001011111001011011010111000110110001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,130,124); }

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

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

 a { background-color: rgb(12,130,124); }

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

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

 span { border-color: rgb(12,130,124); }

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