Html Css Color HEX #008782 Teal

📋 copy color: '#008782'

red 0 ◦ green 135 ◦ blue 130

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

Shades of Teal #008782

Tints of Teal #008782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 49.06%

R = 0%
G = 50.94%
B = 49.06%

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

#008782 (or 0x008782) is known color: Teal. HEX triplet: 00, 87 and 82. RGB value is (0,135,130). Sum of RGB (Red+Green+Blue) = 0+135+130=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 135 (53.12% from 255 or 50.94% from 265); Blue value is 130 (51.17% from 255 or 49.06% from 265); Max value from RGB is 135 - color contains mainly: green. Hex color #008782 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008782 is #FF787D. Grayscale: #5D5D5D. Windows color (decimal): -16742526 or 8554240. OLE color: 8554240.

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

Color convert

RGB 0 135 130 -
CMYK 1 0 0.04 0.47
HSL 177.78º 1% 0.26% -
HSV(B) 177.78º 1% 0.53% -
XYZ 12.69 18.94 24.11 -
YUV 94.07 148.27 60.91 -
System Red Green Blue C M Y K H S L
Decimal 0 135 130 1 0 0.04 0.47 177.78 1 0.26
Hex 0 87 82 64 0 4 2F B2 64 1A
Octal 0 207 202 144 0 4 57 262 144 32
Binary 0 10000111 10000010 1100100 0 100 101111 10110010 1100100 11010

Color Harmonies of #008782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008782

Black with #008782

Text Example


Text Example

White with #008782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008782; }

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

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

background-color css

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

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

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

border-color css

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

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

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