Html Css Color HEX #00887C Teal

📋 copy color: '#00887C'

red 0 ◦ green 136 ◦ blue 124

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

Shades of Teal #00887C

Tints of Teal #00887C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 52.31%

 BLUE value IS 124 (48.83% from 255) = 47.69%

R = 0%
G = 52.31%
B = 47.69%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#00887C (or 0x00887C) is known color: Teal. HEX triplet: 00, 88 and 7C. RGB value is (0,136,124). Sum of RGB (Red+Green+Blue) = 0+136+124=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 136 (53.52% from 255 or 52.31% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 136 - color contains mainly: green. Hex color #00887C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00887C is #FF7783. Grayscale: #5D5D5D. Windows color (decimal): -16742276 or 8161280. OLE color: 8161280.

HSL color Cylindrical-coordinate representation of color #00887C: hue angle of 174.71º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00887C is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 136 124 -
CMYK 1 0 0.09 0.47
HSL 174.71º 1% 0.27% -
HSV(B) 174.71º 1% 0.53% -
XYZ 12.44 19.06 22.09 -
YUV 93.97 144.94 60.98 -
System Red Green Blue C M Y K H S L
Decimal 0 136 124 1 0 0.09 0.47 174.71 1 0.27
Hex 0 88 7C 64 0 9 2F AF 64 1B
Octal 0 210 174 144 0 11 57 257 144 33
Binary 0 10001000 1111100 1100100 0 1001 101111 10101111 1100100 11011

Color Harmonies of #00887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00887C

Black with #00887C

Text Example


Text Example

White with #00887C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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