#068779

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

Shades of Teal #068779

Tints of Teal #068779

Color information

#068779 (or 0x068779) is unknown color: approx Teal. HEX triplet: 06, 87 and 79. RGB value is (6,135,121). Sum of RGB (Red+Green+Blue) = 6+135+121=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 135 (53.12% from 255 or 51.53% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 135 - color contains mainly: green. Hex color #068779 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068779 is #F97886. Grayscale: #5E5E5E. Windows color (decimal): -16349319 or 7964422. OLE color: 7964422.

HSL color Cylindrical-coordinate representation of color #068779: hue angle of 173.49º degrees, saturation: 0.91, 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 #068779 is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB6135121-
CMYK0.9600.100.47
HSL173.49º91.49%27.65%-
HSV(B)173.49º95.56%52.94%-
XYZ12.1918.7521.07-
YUV94.83142.7664.64-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.29%
GREEN value IS 135 (53.12% from 255) = 51.53%
BLUE value IS 121 (47.66% from 255) = 46.18%
R=2.29%
G=51.53%
B=46.18%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61351210.9600.100.47173.4991.4927.65
Hex68779600A2Fad5b1c
Octal62071711400125725513334
Binary11010000111111100111000000101010111110101101101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068779; }

 p { color: rgb(6,135,121); }

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

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

 a { background-color: rgb(6,135,121); }

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

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

 span { border-color: rgb(6,135,121); }

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