#00877C

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

Shades of Teal #00877C

Tints of Teal #00877C

Color information

#00877C (or 0x00877C) is unknown color: approx Teal. HEX triplet: 00, 87 and 7C. RGB value is (0,135,124). Sum of RGB (Red+Green+Blue) = 0+135+124=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 135 (53.12% from 255 or 52.12% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 135 - color contains mainly: green. Hex color #00877C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00877C is #FF7883. Grayscale: #5D5D5D. Windows color (decimal): -16742532 or 8161024. OLE color: 8161024.

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

Color convert

RGB0135124-
CMYK100.080.47
HSL175.11º100%26.47%-
HSV(B)175.11º100%52.94%-
XYZ12.318.7822.05-
YUV93.38145.2761.39-

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) = 52.12%
BLUE value IS 124 (48.83% from 255) = 47.88%
R=0%
G=52.12%
B=47.88%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal0135124100.080.47175.1110026.47
Hex0877C64082Faf641a
Octal02071741440105725714432
Binary010000111111110011001000100010111110101111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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