Html Css Color HEX #068680 Teal

📋 copy color: '#068680'

red 6 ◦ green 134 ◦ blue 128

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

Shades of Teal #068680

Tints of Teal #068680

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50%

 BLUE value IS 128 (50.39% from 255) = 47.76%

R = 2.24%
G = 50%
B = 47.76%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#068680 (or 0x068680) is known color: Teal. HEX triplet: 06, 86 and 80. RGB value is (6,134,128). Sum of RGB (Red+Green+Blue) = 6+134+128=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 134 (52.73% from 255 or 50% from 268); Blue value is 128 (50.39% from 255 or 47.76% from 268); Max value from RGB is 134 - color contains mainly: green. Hex color #068680 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068680 is #F9797F. Grayscale: #5E5E5E. Windows color (decimal): -16349568 or 8422918. OLE color: 8422918.

HSL color Cylindrical-coordinate representation of color #068680: hue angle of 177.19º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068680 is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 134 128 -
CMYK 0.96 0 0.04 0.47
HSL 177.19º 0.91% 0.27% -
HSV(B) 177.19º 0.96% 0.53% -
XYZ 12.5 18.65 23.36 -
YUV 95.04 146.59 64.49 -
System Red Green Blue C M Y K H S L
Decimal 6 134 128 0.96 0 0.04 0.47 177.19 0.91 0.27
Hex 6 86 80 60 0 4 2F B1 5B 1B
Octal 6 206 200 140 0 4 57 261 133 33
Binary 110 10000110 10000000 1100000 0 100 101111 10110001 1011011 11011

Color Harmonies of #068680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068680

Black with #068680

Text Example


Text Example

White with #068680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068680; }

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

 H1.HeaderClassName
 {
   color: #068680;
 }
 .AnyTagClassName
 {
   color: #068680;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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