Html Css Color HEX #06857A Teal

📋 copy color: '#06857A'

red 6 ◦ green 133 ◦ blue 122

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

Shades of Teal #06857A

Tints of Teal #06857A

RGB

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

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

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

R = 2.3%
G = 50.96%
B = 46.74%

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

#06857A (or 0x06857A) is known color: Teal. HEX triplet: 06, 85 and 7A. RGB value is (6,133,122). Sum of RGB (Red+Green+Blue) = 6+133+122=261 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.30% from 261); Green value is 133 (52.34% from 255 or 50.96% from 261); Blue value is 122 (48.05% from 255 or 46.74% from 261); Max value from RGB is 133 - color contains mainly: green. Hex color #06857A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06857A is #F97A85. Grayscale: #5D5D5D. Windows color (decimal): -16349830 or 8029446. OLE color: 8029446.

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

Color convert

RGB 6 133 122 -
CMYK 0.95 0 0.08 0.48
HSL 174.8º 0.91% 0.27% -
HSV(B) 174.8º 0.95% 0.52% -
XYZ 11.98 18.22 21.3 -
YUV 93.77 143.92 65.39 -
System Red Green Blue C M Y K H S L
Decimal 6 133 122 0.95 0 0.08 0.48 174.8 0.91 0.27
Hex 6 85 7A 5F 0 8 30 AF 5B 1B
Octal 6 205 172 137 0 10 60 257 133 33
Binary 110 10000101 1111010 1011111 0 1000 110000 10101111 1011011 11011

Color Harmonies of #06857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06857A

Black with #06857A

Text Example


Text Example

White with #06857A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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