#068382

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

Shades of Teal #068382

Tints of Teal #068382

Color information

#068382 (or 0x068382) is unknown color: approx Teal. HEX triplet: 06, 83 and 82. RGB value is (6,131,130). Sum of RGB (Red+Green+Blue) = 6+131+130=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 131 - color contains mainly: green. Hex color #068382 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068382 is #F97C7D. Grayscale: #5D5D5D. Windows color (decimal): -16350334 or 8553222. OLE color: 8553222.

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

Color convert

RGB6131130-
CMYK0.9500.010.49
HSL179.52º91.24%26.86%-
HSV(B)179.52º95.42%51.37%-
XYZ12.2217.8823.93-
YUV93.51148.5965.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.25%
GREEN value IS 131 (51.56% from 255) = 49.06%
BLUE value IS 130 (51.17% from 255) = 48.69%
R=2.25%
G=49.06%
B=48.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61311300.9500.010.49179.5291.2426.86
Hex683825F0131b45b1b
Octal6203202137016126413333
Binary110100000111000001010111110111000110110100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068382; }

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

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

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

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

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

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

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

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