Html Css Color HEX #00847D Teal

📋 copy color: '#00847D'

red 0 ◦ green 132 ◦ blue 125

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

Shades of Teal #00847D

Tints of Teal #00847D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 51.36%

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

R = 0%
G = 51.36%
B = 48.64%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#00847D (or 0x00847D) is known color: Teal. HEX triplet: 00, 84 and 7D. RGB value is (0,132,125). Sum of RGB (Red+Green+Blue) = 0+132+125=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 132 (51.95% from 255 or 51.36% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 132 - color contains mainly: green. Hex color #00847D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00847D is #FF7B82. Grayscale: #5B5B5B. Windows color (decimal): -16743299 or 8225792. OLE color: 8225792.

HSL color Cylindrical-coordinate representation of color #00847D: hue angle of 176.82º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00847D is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 132 125 -
CMYK 1 0 0.05 0.48
HSL 176.82º 1% 0.26% -
HSV(B) 176.82º 1% 0.52% -
XYZ 11.95 17.98 22.24 -
YUV 91.73 146.77 62.57 -
System Red Green Blue C M Y K H S L
Decimal 0 132 125 1 0 0.05 0.48 176.82 1 0.26
Hex 0 84 7D 64 0 5 30 B1 64 1A
Octal 0 204 175 144 0 5 60 261 144 32
Binary 0 10000100 1111101 1100100 0 101 110000 10110001 1100100 11010

Color Harmonies of #00847D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00847D

Black with #00847D

Text Example


Text Example

White with #00847D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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