Html Css Color HEX #068779 Teal

📋 copy color: '#068779'

red 6 ◦ green 135 ◦ blue 121

#068779
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal #068779

Tints of Teal #068779

RGB

 RED value IS 6 (2.73% from 255) = 2.29%

 GREEN value IS 135 (53.13% 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 value IS 0.96

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#068779 (or 0x068779) is known color: 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

RGB 6 135 121 -
CMYK 0.96 0 0.10 0.47
HSL 173.49º 0.91% 0.28% -
HSV(B) 173.49º 0.96% 0.53% -
XYZ 12.19 18.75 21.07 -
YUV 94.83 142.76 64.64 -
System Red Green Blue C M Y K H S L
Decimal 6 135 121 0.96 0 0.10 0.47 173.49 0.91 0.28
Hex 6 87 79 60 0 A 2F AD 5B 1C
Octal 6 207 171 140 0 12 57 255 133 34
Binary 110 10000111 1111001 1100000 0 1010 101111 10101101 1011011 11100

Color Harmonies of #068779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068779

Black with #068779

Text Example


Text Example

White with #068779

Text Example


Text Example

HTML Codes & Css Web 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>