#00877D

Color #00877D Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #00877D

Tints of Teal #00877D

Color information

#00877D (or 0x00877D) is unknown color: approx Teal. HEX triplet: 00, 87 and 7D. RGB value is (0,135,125). Sum of RGB (Red+Green+Blue) = 0+135+125=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 135 (53.12% from 255 or 51.92% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 135 - color contains mainly: green. Hex color #00877D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00877D is #FF7882. Grayscale: #5D5D5D. Windows color (decimal): -16742531 or 8226560. OLE color: 8226560.

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

Color convert

RGB0135125-
CMYK100.070.47
HSL175.56º100%26.47%-
HSV(B)175.56º100%52.94%-
XYZ12.3718.8122.38-
YUV93.49145.7761.31-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 135 (53.12% from 255) = 51.92%
BLUE value IS 125 (49.22% from 255) = 48.08%
R=0%
G=51.92%
B=48.08%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal0135125100.070.47175.5610026.47
Hex0877D64072Fb0641a
Octal0207175144075726014432
Binary01000011111111011100100011110111110110000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00877D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00877D; }

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

 H1.HeaderClassName
 {
   color: #00877D;
 }
 .AnyTagClassName
 {
   color: #00877D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #00877D;
 }
 .BgClassName
 {
   background-color: #00877D;
 }
</style>
border-color css

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

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

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