#068082

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

Shades of Teal #068082

Tints of Teal #068082

Color information

#068082 (or 0x068082) is unknown color: approx Teal. HEX triplet: 06, 80 and 82. RGB value is (6,128,130). Sum of RGB (Red+Green+Blue) = 6+128+130=264 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.27% from 264); Green value is 128 (50.39% from 255 or 48.48% from 264); Blue value is 130 (51.17% from 255 or 49.24% from 264); Max value from RGB is 130 - color contains mainly: blue. Hex color #068082 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068082 is #F97F7D. Grayscale: #5B5B5B. Windows color (decimal): -16351102 or 8552454. OLE color: 8552454.

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

Color convert

RGB6128130-
CMYK0.950.0200.49
HSL180.97º91.18%26.67%-
HSV(B)180.97º95.38%50.98%-
XYZ11.8217.0923.79-
YUV91.75149.5866.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.27%
GREEN value IS 128 (50.39% from 255) = 48.48%
BLUE value IS 130 (51.17% from 255) = 49.24%
R=2.27%
G=48.48%
B=49.24%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61281300.950.0200.49180.9791.1826.67
Hex680825F2031b55b1b
Octal6200202137206126513333
Binary1101000000010000010101111110011000110110101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068082; }

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

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

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

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

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

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

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

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