#006C8C

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

Shades of Teal #006C8C

Tints of Teal #006C8C

Color information

#006C8C (or 0x006C8C) is unknown color: approx Teal. HEX triplet: 00, 6C and 8C. RGB value is (0,108,140). Sum of RGB (Red+Green+Blue) = 0+108+140=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 108 (42.58% from 255 or 43.55% from 248); Blue value is 140 (55.08% from 255 or 56.45% from 248); Max value from RGB is 140 - color contains mainly: blue. Hex color #006C8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006C8C is #FF9373. Grayscale: #4F4F4F. Windows color (decimal): -16749428 or 9202688. OLE color: 9202688.

HSL color Cylindrical-coordinate representation of color #006C8C: hue angle of 193.71º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006C8C is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB0108140-
CMYK10.2300.45
HSL193.71º100%27.45%-
HSV(B)193.71º100%54.9%-
XYZ10.112.6226.71-
YUV79.36162.2271.4-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 108 (42.58% from 255) = 43.55%
BLUE value IS 140 (55.08% from 255) = 56.45%
R=0%
G=43.55%
B=56.45%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal010814010.2300.45193.7110027.45
Hex06C8C641702Dc2641b
Octal01542141442705530214433
Binary0110110010001100110010010111010110111000010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006C8C; }

 p { color: rgb(0,108,140); }

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

<style>
 a { background-color: #006C8C; }

 a { background-color: rgb(0,108,140); }

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

<style>
 span { border-color: #006C8C; }

 span { border-color: rgb(0,108,140); }

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