Html Css Color HEX #00837D Teal

📋 copy color: '#00837D'

red 0 ◦ green 131 ◦ blue 125

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

Shades of Teal #00837D

Tints of Teal #00837D

RGB

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

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

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

R = 0%
G = 51.17%
B = 48.83%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#00837D (or 0x00837D) is known color: Teal. HEX triplet: 00, 83 and 7D. RGB value is (0,131,125). Sum of RGB (Red+Green+Blue) = 0+131+125=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 131 (51.56% from 255 or 51.17% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 131 - color contains mainly: green. Hex color #00837D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00837D is #FF7C82. Grayscale: #5B5B5B. Windows color (decimal): -16743555 or 8225536. OLE color: 8225536.

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

Color convert

RGB 0 131 125 -
CMYK 1 0 0.05 0.49
HSL 177.25º 1% 0.26% -
HSV(B) 177.25º 1% 0.51% -
XYZ 11.82 17.71 22.2 -
YUV 91.15 147.1 62.99 -
System Red Green Blue C M Y K H S L
Decimal 0 131 125 1 0 0.05 0.49 177.25 1 0.26
Hex 0 83 7D 64 0 5 31 B1 64 1A
Octal 0 203 175 144 0 5 61 261 144 32
Binary 0 10000011 1111101 1100100 0 101 110001 10110001 1100100 11010

Color Harmonies of #00837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00837D

Black with #00837D

Text Example


Text Example

White with #00837D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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