Html Css Color HEX #00877F Teal

📋 copy color: '#00877F'

red 0 ◦ green 135 ◦ blue 127

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

Shades of Teal #00877F

Tints of Teal #00877F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 48.47%

R = 0%
G = 51.53%
B = 48.47%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#00877F (or 0x00877F) is known color: Teal. HEX triplet: 00, 87 and 7F. RGB value is (0,135,127). Sum of RGB (Red+Green+Blue) = 0+135+127=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 135 (53.12% from 255 or 51.53% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 135 - color contains mainly: green. Hex color #00877F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00877F is #FF7880. Grayscale: #5D5D5D. Windows color (decimal): -16742529 or 8357632. OLE color: 8357632.

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

Color convert

RGB 0 135 127 -
CMYK 1 0 0.06 0.47
HSL 176.44º 1% 0.26% -
HSV(B) 176.44º 1% 0.53% -
XYZ 12.49 18.86 23.06 -
YUV 93.72 146.77 61.15 -
System Red Green Blue C M Y K H S L
Decimal 0 135 127 1 0 0.06 0.47 176.44 1 0.26
Hex 0 87 7F 64 0 6 2F B0 64 1A
Octal 0 207 177 144 0 6 57 260 144 32
Binary 0 10000111 1111111 1100100 0 110 101111 10110000 1100100 11010

Color Harmonies of #00877F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00877F

Black with #00877F

Text Example


Text Example

White with #00877F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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