Html Css Color HEX #00867D Teal

📋 copy color: '#00867D'

red 0 ◦ green 134 ◦ blue 125

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

Shades of Teal #00867D

Tints of Teal #00867D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 51.74%

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

R = 0%
G = 51.74%
B = 48.26%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#00867D (or 0x00867D) is known color: Teal. HEX triplet: 00, 86 and 7D. RGB value is (0,134,125). Sum of RGB (Red+Green+Blue) = 0+134+125=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 134 (52.73% from 255 or 51.74% from 259); Blue value is 125 (49.22% from 255 or 48.26% from 259); Max value from RGB is 134 - color contains mainly: green. Hex color #00867D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00867D is #FF7982. Grayscale: #5C5C5C. Windows color (decimal): -16742787 or 8226304. OLE color: 8226304.

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

Color convert

RGB 0 134 125 -
CMYK 1 0 0.07 0.47
HSL 175.97º 1% 0.26% -
HSV(B) 175.97º 1% 0.53% -
XYZ 12.23 18.53 22.33 -
YUV 92.91 146.11 61.73 -
System Red Green Blue C M Y K H S L
Decimal 0 134 125 1 0 0.07 0.47 175.97 1 0.26
Hex 0 86 7D 64 0 7 2F B0 64 1A
Octal 0 206 175 144 0 7 57 260 144 32
Binary 0 10000110 1111101 1100100 0 111 101111 10110000 1100100 11010

Color Harmonies of #00867D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00867D

Black with #00867D

Text Example


Text Example

White with #00867D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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