Html Css Color HEX #00847B Teal

📋 copy color: '#00847B'

red 0 ◦ green 132 ◦ blue 123

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

Shades of Teal #00847B

Tints of Teal #00847B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 48.24%

R = 0%
G = 51.76%
B = 48.24%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#00847B (or 0x00847B) is known color: Teal. HEX triplet: 00, 84 and 7B. RGB value is (0,132,123). Sum of RGB (Red+Green+Blue) = 0+132+123=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 132 (51.95% from 255 or 51.76% from 255); Blue value is 123 (48.44% from 255 or 48.24% from 255); Max value from RGB is 132 - color contains mainly: green. Hex color #00847B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00847B is #FF7B84. Grayscale: #5B5B5B. Windows color (decimal): -16743301 or 8094720. OLE color: 8094720.

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

Color convert

RGB 0 132 123 -
CMYK 1 0 0.07 0.48
HSL 175.91º 1% 0.26% -
HSV(B) 175.91º 1% 0.52% -
XYZ 11.83 17.93 21.58 -
YUV 91.51 145.77 62.73 -
System Red Green Blue C M Y K H S L
Decimal 0 132 123 1 0 0.07 0.48 175.91 1 0.26
Hex 0 84 7B 64 0 7 30 B0 64 1A
Octal 0 204 173 144 0 7 60 260 144 32
Binary 0 10000100 1111011 1100100 0 111 110000 10110000 1100100 11010

Color Harmonies of #00847B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00847B

Black with #00847B

Text Example


Text Example

White with #00847B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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