#068083

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

Shades of Teal #068083

Tints of Teal #068083

Color information

#068083 (or 0x068083) is unknown color: approx Teal. HEX triplet: 06, 80 and 83. RGB value is (6,128,131). Sum of RGB (Red+Green+Blue) = 6+128+131=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 128 (50.39% from 255 or 48.30% from 265); Blue value is 131 (51.56% from 255 or 49.43% from 265); Max value from RGB is 131 - color contains mainly: blue. Hex color #068083 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068083 is #F97F7C. Grayscale: #5B5B5B. Windows color (decimal): -16351101 or 8617990. OLE color: 8617990.

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

Color convert

RGB6128131-
CMYK0.950.0200.49
HSL181.44º91.24%26.86%-
HSV(B)181.44º95.42%51.37%-
XYZ11.8917.1224.15-
YUV91.86150.0866.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.26%
GREEN value IS 128 (50.39% from 255) = 48.30%
BLUE value IS 131 (51.56% from 255) = 49.43%
R=2.26%
G=48.30%
B=49.43%

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
Decimal61281310.950.0200.49181.4491.2426.86
Hex680835F2031b55b1b
Octal6200203137206126513333
Binary1101000000010000011101111110011000110110101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068083; }

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

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

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

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

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

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

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

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