#007C8E

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

Shades of Teal #007C8E

Tints of Teal #007C8E

Color information

#007C8E (or 0x007C8E) is unknown color: approx Teal. HEX triplet: 00, 7C and 8E. RGB value is (0,124,142). Sum of RGB (Red+Green+Blue) = 0+124+142=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 124 (48.83% from 255 or 46.62% from 266); Blue value is 142 (55.86% from 255 or 53.38% from 266); Max value from RGB is 142 - color contains mainly: blue. Hex color #007C8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007C8E is #FF8371. Grayscale: #585858. Windows color (decimal): -16745330 or 9337856. OLE color: 9337856.

HSL color Cylindrical-coordinate representation of color #007C8E: hue angle of 187.61º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007C8E is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB0124142-
CMYK10.1300.44
HSL187.61º100%27.84%-
HSV(B)187.61º100%55.69%-
XYZ12.0916.3728.11-
YUV88.98157.9264.54-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 124 (48.83% from 255) = 46.62%
BLUE value IS 142 (55.86% from 255) = 53.38%
R=0%
G=46.62%
B=53.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal012414210.1300.44187.6110027.84
Hex07C8E64D02Cbc641c
Octal01742161441505427414434
Binary011111001000111011001001101010110010111100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007C8E; }

 p { color: rgb(0,124,142); }

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

<style>
 a { background-color: #007C8E; }

 a { background-color: rgb(0,124,142); }

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

<style>
 span { border-color: #007C8E; }

 span { border-color: rgb(0,124,142); }

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