#068882

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

Shades of Teal #068882

Tints of Teal #068882

Color information

#068882 (or 0x068882) is unknown color: approx Teal. HEX triplet: 06, 88 and 82. RGB value is (6,136,130). Sum of RGB (Red+Green+Blue) = 6+136+130=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 136 (53.52% from 255 or 50% from 272); Blue value is 130 (51.17% from 255 or 47.79% from 272); Max value from RGB is 136 - color contains mainly: green. Hex color #068882 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068882 is #F9777D. Grayscale: #606060. Windows color (decimal): -16349054 or 8554502. OLE color: 8554502.

HSL color Cylindrical-coordinate representation of color #068882: hue angle of 177.23º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068882 is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB6136130-
CMYK0.9600.040.47
HSL177.23º91.55%27.84%-
HSV(B)177.23º95.59%53.33%-
XYZ12.9119.2624.16-
YUV96.45146.9363.49-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.21%
GREEN value IS 136 (53.52% from 255) = 50%
BLUE value IS 130 (51.17% from 255) = 47.79%
R=2.21%
G=50%
B=47.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61361300.9600.040.47177.2391.5527.84
Hex6888260042Fb15c1c
Octal6210202140045726113434
Binary11010001000100000101100000010010111110110001101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068882; }

 p { color: rgb(6,136,130); }

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

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

 a { background-color: rgb(6,136,130); }

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

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

 span { border-color: rgb(6,136,130); }

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