Html Css Color HEX #00857A Teal

📋 copy color: '#00857A'

red 0 ◦ green 133 ◦ blue 122

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

Shades of Teal #00857A

Tints of Teal #00857A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.16%

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

R = 0%
G = 52.16%
B = 47.84%

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

#00857A (or 0x00857A) is known color: Teal. HEX triplet: 00, 85 and 7A. RGB value is (0,133,122). Sum of RGB (Red+Green+Blue) = 0+133+122=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 122 (48.05% from 255 or 47.84% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #00857A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00857A is #FF7A85. Grayscale: #5B5B5B. Windows color (decimal): -16743046 or 8029440. OLE color: 8029440.

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

Color convert

RGB 0 133 122 -
CMYK 1 0 0.08 0.48
HSL 175.04º 1% 0.26% -
HSV(B) 175.04º 1% 0.52% -
XYZ 11.9 18.18 21.29 -
YUV 91.98 144.94 62.39 -
System Red Green Blue C M Y K H S L
Decimal 0 133 122 1 0 0.08 0.48 175.04 1 0.26
Hex 0 85 7A 64 0 8 30 AF 64 1A
Octal 0 205 172 144 0 10 60 257 144 32
Binary 0 10000101 1111010 1100100 0 1000 110000 10101111 1100100 11010

Color Harmonies of #00857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00857A

Black with #00857A

Text Example


Text Example

White with #00857A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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