Html Css Color HEX #00837B Teal

📋 copy color: '#00837B'

red 0 ◦ green 131 ◦ blue 123

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

Shades of Teal #00837B

Tints of Teal #00837B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.57%

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

R = 0%
G = 51.57%
B = 48.43%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#00837B (or 0x00837B) is known color: Teal. HEX triplet: 00, 83 and 7B. RGB value is (0,131,123). Sum of RGB (Red+Green+Blue) = 0+131+123=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 131 (51.56% from 255 or 51.57% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 131 - color contains mainly: green. Hex color #00837B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00837B is #FF7C84. Grayscale: #5A5A5A. Windows color (decimal): -16743557 or 8094464. OLE color: 8094464.

HSL color Cylindrical-coordinate representation of color #00837B: hue angle of 176.34º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00837B is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 131 123 -
CMYK 1 0 0.06 0.49
HSL 176.34º 1% 0.26% -
HSV(B) 176.34º 1% 0.51% -
XYZ 11.69 17.66 21.53 -
YUV 90.92 146.1 63.15 -
System Red Green Blue C M Y K H S L
Decimal 0 131 123 1 0 0.06 0.49 176.34 1 0.26
Hex 0 83 7B 64 0 6 31 B0 64 1A
Octal 0 203 173 144 0 6 61 260 144 32
Binary 0 10000011 1111011 1100100 0 110 110001 10110000 1100100 11010

Color Harmonies of #00837B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00837B

Black with #00837B

Text Example


Text Example

White with #00837B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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