Html Css Color HEX #008779 Teal

📋 copy color: '#008779'

red 0 ◦ green 135 ◦ blue 121

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

Shades of Teal #008779

Tints of Teal #008779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 47.27%

R = 0%
G = 52.73%
B = 47.27%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#008779 (or 0x008779) is known color: Teal. HEX triplet: 00, 87 and 79. RGB value is (0,135,121). Sum of RGB (Red+Green+Blue) = 0+135+121=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 135 (53.12% from 255 or 52.73% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 135 - color contains mainly: green. Hex color #008779 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008779 is #FF7886. Grayscale: #5C5C5C. Windows color (decimal): -16742535 or 7964416. OLE color: 7964416.

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

Color convert

RGB 0 135 121 -
CMYK 1 0 0.10 0.47
HSL 173.78º 1% 0.26% -
HSV(B) 173.78º 1% 0.53% -
XYZ 12.12 18.71 21.06 -
YUV 93.04 143.77 61.64 -
System Red Green Blue C M Y K H S L
Decimal 0 135 121 1 0 0.10 0.47 173.78 1 0.26
Hex 0 87 79 64 0 A 2F AE 64 1A
Octal 0 207 171 144 0 12 57 256 144 32
Binary 0 10000111 1111001 1100100 0 1010 101111 10101110 1100100 11010

Color Harmonies of #008779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008779

Black with #008779

Text Example


Text Example

White with #008779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008779; }

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

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

background-color css

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

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

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

border-color css

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

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

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