Html Css Color HEX #06857B Teal

📋 copy color: '#06857B'

red 6 ◦ green 133 ◦ blue 123

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

Shades of Teal #06857B

Tints of Teal #06857B

RGB

 RED value IS 6 (2.73% from 255) = 2.29%

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

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

R = 2.29%
G = 50.76%
B = 46.95%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#06857B (or 0x06857B) is known color: Teal. HEX triplet: 06, 85 and 7B. RGB value is (6,133,123). Sum of RGB (Red+Green+Blue) = 6+133+123=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 133 (52.34% from 255 or 50.76% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 133 - color contains mainly: green. Hex color #06857B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06857B is #F97A84. Grayscale: #5D5D5D. Windows color (decimal): -16349829 or 8094982. OLE color: 8094982.

HSL color Cylindrical-coordinate representation of color #06857B: hue angle of 175.28º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06857B is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 133 123 -
CMYK 0.95 0 0.08 0.48
HSL 175.28º 0.91% 0.27% -
HSV(B) 175.28º 0.95% 0.52% -
XYZ 12.04 18.24 21.63 -
YUV 93.89 144.42 65.31 -
System Red Green Blue C M Y K H S L
Decimal 6 133 123 0.95 0 0.08 0.48 175.28 0.91 0.27
Hex 6 85 7B 5F 0 8 30 AF 5B 1B
Octal 6 205 173 137 0 10 60 257 133 33
Binary 110 10000101 1111011 1011111 0 1000 110000 10101111 1011011 11011

Color Harmonies of #06857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06857B

Black with #06857B

Text Example


Text Example

White with #06857B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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