Html Css Color HEX #008780 Teal

📋 copy color: '#008780'

red 0 ◦ green 135 ◦ blue 128

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

Shades of Teal #008780

Tints of Teal #008780

RGB

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

 GREEN value IS 135 (53.13% from 255) = 51.33%

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

R = 0%
G = 51.33%
B = 48.67%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#008780 (or 0x008780) is known color: Teal. HEX triplet: 00, 87 and 80. RGB value is (0,135,128). Sum of RGB (Red+Green+Blue) = 0+135+128=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 135 (53.12% from 255 or 51.33% from 263); Blue value is 128 (50.39% from 255 or 48.67% from 263); Max value from RGB is 135 - color contains mainly: green. Hex color #008780 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008780 is #FF787F. Grayscale: #5D5D5D. Windows color (decimal): -16742528 or 8423168. OLE color: 8423168.

HSL color Cylindrical-coordinate representation of color #008780: hue angle of 176.89º 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 #008780 is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 135 128 -
CMYK 1 0 0.05 0.47
HSL 176.89º 1% 0.26% -
HSV(B) 176.89º 1% 0.53% -
XYZ 12.56 18.89 23.41 -
YUV 93.84 147.27 61.07 -
System Red Green Blue C M Y K H S L
Decimal 0 135 128 1 0 0.05 0.47 176.89 1 0.26
Hex 0 87 80 64 0 5 2F B1 64 1A
Octal 0 207 200 144 0 5 57 261 144 32
Binary 0 10000111 10000000 1100100 0 101 101111 10110001 1100100 11010

Color Harmonies of #008780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008780

Black with #008780

Text Example


Text Example

White with #008780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008780; }

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

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

background-color css

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

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

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

border-color css

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

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

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