Html Css Color HEX #00867B Teal

📋 copy color: '#00867B'

red 0 ◦ green 134 ◦ blue 123

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

Shades of Teal #00867B

Tints of Teal #00867B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 47.86%

R = 0%
G = 52.14%
B = 47.86%

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

#00867B (or 0x00867B) is known color: Teal. HEX triplet: 00, 86 and 7B. RGB value is (0,134,123). Sum of RGB (Red+Green+Blue) = 0+134+123=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 134 (52.73% from 255 or 52.14% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 134 - color contains mainly: green. Hex color #00867B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00867B is #FF7984. Grayscale: #5C5C5C. Windows color (decimal): -16742789 or 8095232. OLE color: 8095232.

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

Color convert

RGB 0 134 123 -
CMYK 1 0 0.08 0.47
HSL 175.07º 1% 0.26% -
HSV(B) 175.07º 1% 0.53% -
XYZ 12.1 18.48 21.67 -
YUV 92.68 145.11 61.89 -
System Red Green Blue C M Y K H S L
Decimal 0 134 123 1 0 0.08 0.47 175.07 1 0.26
Hex 0 86 7B 64 0 8 2F AF 64 1A
Octal 0 206 173 144 0 10 57 257 144 32
Binary 0 10000110 1111011 1100100 0 1000 101111 10101111 1100100 11010

Color Harmonies of #00867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00867B

Black with #00867B

Text Example


Text Example

White with #00867B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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