Html Css Color HEX #00857B Teal

📋 copy color: '#00857B'

red 0 ◦ green 133 ◦ blue 123

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

Shades of Teal #00857B

Tints of Teal #00857B

RGB

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

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

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

R = 0%
G = 51.95%
B = 48.05%

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

#00857B (or 0x00857B) is known color: Teal. HEX triplet: 00, 85 and 7B. RGB value is (0,133,123). Sum of RGB (Red+Green+Blue) = 0+133+123=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #00857B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00857B is #FF7A84. Grayscale: #5C5C5C. Windows color (decimal): -16743045 or 8094976. OLE color: 8094976.

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

Color convert

RGB 0 133 123 -
CMYK 1 0 0.08 0.48
HSL 175.49º 1% 0.26% -
HSV(B) 175.49º 1% 0.52% -
XYZ 11.96 18.21 21.62 -
YUV 92.09 145.44 62.31 -
System Red Green Blue C M Y K H S L
Decimal 0 133 123 1 0 0.08 0.48 175.49 1 0.26
Hex 0 85 7B 64 0 8 30 AF 64 1A
Octal 0 205 173 144 0 10 60 257 144 32
Binary 0 10000101 1111011 1100100 0 1000 110000 10101111 1100100 11010

Color Harmonies of #00857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00857B

Black with #00857B

Text Example


Text Example

White with #00857B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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