Html Css Color HEX #06857D Teal

📋 copy color: '#06857D'

red 6 ◦ green 133 ◦ blue 125

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

Shades of Teal #06857D

Tints of Teal #06857D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 47.35%

R = 2.27%
G = 50.38%
B = 47.35%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#06857D (or 0x06857D) is known color: Teal. HEX triplet: 06, 85 and 7D. RGB value is (6,133,125). Sum of RGB (Red+Green+Blue) = 6+133+125=264 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.27% from 264); Green value is 133 (52.34% from 255 or 50.38% from 264); Blue value is 125 (49.22% from 255 or 47.35% from 264); Max value from RGB is 133 - color contains mainly: green. Hex color #06857D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06857D is #F97A82. Grayscale: #5E5E5E. Windows color (decimal): -16349827 or 8226054. OLE color: 8226054.

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

Color convert

RGB 6 133 125 -
CMYK 0.95 0 0.06 0.48
HSL 176.22º 0.91% 0.27% -
HSV(B) 176.22º 0.95% 0.52% -
XYZ 12.16 18.29 22.29 -
YUV 94.12 145.42 65.15 -
System Red Green Blue C M Y K H S L
Decimal 6 133 125 0.95 0 0.06 0.48 176.22 0.91 0.27
Hex 6 85 7D 5F 0 6 30 B0 5B 1B
Octal 6 205 175 137 0 6 60 260 133 33
Binary 110 10000101 1111101 1011111 0 110 110000 10110000 1011011 11011

Color Harmonies of #06857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06857D

Black with #06857D

Text Example


Text Example

White with #06857D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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