Html Css Color HEX #00847A Teal

📋 copy color: '#00847A'

red 0 ◦ green 132 ◦ blue 122

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

Shades of Teal #00847A

Tints of Teal #00847A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 48.03%

R = 0%
G = 51.97%
B = 48.03%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#00847A (or 0x00847A) is known color: Teal. HEX triplet: 00, 84 and 7A. RGB value is (0,132,122). Sum of RGB (Red+Green+Blue) = 0+132+122=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 132 (51.95% from 255 or 51.97% from 254); Blue value is 122 (48.05% from 255 or 48.03% from 254); Max value from RGB is 132 - color contains mainly: green. Hex color #00847A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00847A is #FF7B85. Grayscale: #5B5B5B. Windows color (decimal): -16743302 or 8029184. OLE color: 8029184.

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

Color convert

RGB 0 132 122 -
CMYK 1 0 0.08 0.48
HSL 175.45º 1% 0.26% -
HSV(B) 175.45º 1% 0.52% -
XYZ 11.76 17.91 21.25 -
YUV 91.39 145.27 62.81 -
System Red Green Blue C M Y K H S L
Decimal 0 132 122 1 0 0.08 0.48 175.45 1 0.26
Hex 0 84 7A 64 0 8 30 AF 64 1A
Octal 0 204 172 144 0 10 60 257 144 32
Binary 0 10000100 1111010 1100100 0 1000 110000 10101111 1100100 11010

Color Harmonies of #00847A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00847A

Black with #00847A

Text Example


Text Example

White with #00847A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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