Html Css Color HEX #00847F Teal

📋 copy color: '#00847F'

red 0 ◦ green 132 ◦ blue 127

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

Shades of Teal #00847F

Tints of Teal #00847F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 49.03%

R = 0%
G = 50.97%
B = 49.03%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#00847F (or 0x00847F) is known color: Teal. HEX triplet: 00, 84 and 7F. RGB value is (0,132,127). Sum of RGB (Red+Green+Blue) = 0+132+127=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 132 (51.95% from 255 or 50.97% from 259); Blue value is 127 (50% from 255 or 49.03% from 259); Max value from RGB is 132 - color contains mainly: green. Hex color #00847F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00847F is #FF7B80. Grayscale: #5B5B5B. Windows color (decimal): -16743297 or 8356864. OLE color: 8356864.

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

Color convert

RGB 0 132 127 -
CMYK 1 0 0.04 0.48
HSL 177.73º 1% 0.26% -
HSV(B) 177.73º 1% 0.52% -
XYZ 12.08 18.03 22.92 -
YUV 91.96 147.77 62.41 -
System Red Green Blue C M Y K H S L
Decimal 0 132 127 1 0 0.04 0.48 177.73 1 0.26
Hex 0 84 7F 64 0 4 30 B2 64 1A
Octal 0 204 177 144 0 4 60 262 144 32
Binary 0 10000100 1111111 1100100 0 100 110000 10110010 1100100 11010

Color Harmonies of #00847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00847F

Black with #00847F

Text Example


Text Example

White with #00847F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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