Html Css Color HEX #00887D Teal

📋 copy color: '#00887D'

red 0 ◦ green 136 ◦ blue 125

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

Shades of Teal #00887D

Tints of Teal #00887D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 47.89%

R = 0%
G = 52.11%
B = 47.89%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#00887D (or 0x00887D) is known color: Teal. HEX triplet: 00, 88 and 7D. RGB value is (0,136,125). Sum of RGB (Red+Green+Blue) = 0+136+125=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 136 (53.52% from 255 or 52.11% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 136 - color contains mainly: green. Hex color #00887D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00887D is #FF7782. Grayscale: #5D5D5D. Windows color (decimal): -16742275 or 8226816. OLE color: 8226816.

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

Color convert

RGB 0 136 125 -
CMYK 1 0 0.08 0.47
HSL 175.15º 1% 0.27% -
HSV(B) 175.15º 1% 0.53% -
XYZ 12.51 19.09 22.43 -
YUV 94.08 145.44 60.89 -
System Red Green Blue C M Y K H S L
Decimal 0 136 125 1 0 0.08 0.47 175.15 1 0.27
Hex 0 88 7D 64 0 8 2F AF 64 1B
Octal 0 210 175 144 0 10 57 257 144 33
Binary 0 10001000 1111101 1100100 0 1000 101111 10101111 1100100 11011

Color Harmonies of #00887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00887D

Black with #00887D

Text Example


Text Example

White with #00887D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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