Html Css Color HEX #00847C Teal

📋 copy color: '#00847C'

red 0 ◦ green 132 ◦ blue 124

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

Shades of Teal #00847C

Tints of Teal #00847C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 48.44%

R = 0%
G = 51.56%
B = 48.44%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#00847C (or 0x00847C) is known color: Teal. HEX triplet: 00, 84 and 7C. RGB value is (0,132,124). Sum of RGB (Red+Green+Blue) = 0+132+124=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #00847C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00847C is #FF7B83. Grayscale: #5B5B5B. Windows color (decimal): -16743300 or 8160256. OLE color: 8160256.

HSL color Cylindrical-coordinate representation of color #00847C: hue angle of 176.36º 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 #00847C is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 132 124 -
CMYK 1 0 0.06 0.48
HSL 176.36º 1% 0.26% -
HSV(B) 176.36º 1% 0.52% -
XYZ 11.89 17.96 21.91 -
YUV 91.62 146.27 62.65 -
System Red Green Blue C M Y K H S L
Decimal 0 132 124 1 0 0.06 0.48 176.36 1 0.26
Hex 0 84 7C 64 0 6 30 B0 64 1A
Octal 0 204 174 144 0 6 60 260 144 32
Binary 0 10000100 1111100 1100100 0 110 110000 10110000 1100100 11010

Color Harmonies of #00847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00847C

Black with #00847C

Text Example


Text Example

White with #00847C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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