Html Css Color HEX #00877A Teal

📋 copy color: '#00877A'

red 0 ◦ green 135 ◦ blue 122

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

Shades of Teal #00877A

Tints of Teal #00877A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 47.47%

R = 0%
G = 52.53%
B = 47.47%

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

#00877A (or 0x00877A) is known color: Teal. HEX triplet: 00, 87 and 7A. RGB value is (0,135,122). Sum of RGB (Red+Green+Blue) = 0+135+122=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 135 (53.12% from 255 or 52.53% from 257); Blue value is 122 (48.05% from 255 or 47.47% from 257); Max value from RGB is 135 - color contains mainly: green. Hex color #00877A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00877A is #FF7885. Grayscale: #5D5D5D. Windows color (decimal): -16742534 or 8029952. OLE color: 8029952.

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

Color convert

RGB 0 135 122 -
CMYK 1 0 0.10 0.47
HSL 174.22º 1% 0.26% -
HSV(B) 174.22º 1% 0.53% -
XYZ 12.18 18.73 21.39 -
YUV 93.15 144.27 61.56 -
System Red Green Blue C M Y K H S L
Decimal 0 135 122 1 0 0.10 0.47 174.22 1 0.26
Hex 0 87 7A 64 0 A 2F AE 64 1A
Octal 0 207 172 144 0 12 57 256 144 32
Binary 0 10000111 1111010 1100100 0 1010 101111 10101110 1100100 11010

Color Harmonies of #00877A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00877A

Black with #00877A

Text Example


Text Example

White with #00877A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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