Html Css Color HEX #008680 Teal

📋 copy color: '#008680'

red 0 ◦ green 134 ◦ blue 128

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

Shades of Teal #008680

Tints of Teal #008680

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 51.15%
B = 48.85%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#008680 (or 0x008680) is known color: Teal. HEX triplet: 00, 86 and 80. RGB value is (0,134,128). Sum of RGB (Red+Green+Blue) = 0+134+128=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 134 (52.73% from 255 or 51.15% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 134 - color contains mainly: green. Hex color #008680 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008680 is #FF797F. Grayscale: #5D5D5D. Windows color (decimal): -16742784 or 8422912. OLE color: 8422912.

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

Color convert

RGB 0 134 128 -
CMYK 1 0 0.04 0.47
HSL 177.31º 1% 0.26% -
HSV(B) 177.31º 1% 0.53% -
XYZ 12.42 18.61 23.36 -
YUV 93.25 147.61 61.49 -
System Red Green Blue C M Y K H S L
Decimal 0 134 128 1 0 0.04 0.47 177.31 1 0.26
Hex 0 86 80 64 0 4 2F B1 64 1A
Octal 0 206 200 144 0 4 57 261 144 32
Binary 0 10000110 10000000 1100100 0 100 101111 10110001 1100100 11010

Color Harmonies of #008680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008680

Black with #008680

Text Example


Text Example

White with #008680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008680; }

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

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

background-color css

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

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

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

border-color css

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

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

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