Html Css Color HEX #06857C Teal

📋 copy color: '#06857C'

red 6 ◦ green 133 ◦ blue 124

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

Shades of Teal #06857C

Tints of Teal #06857C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 47.15%

R = 2.28%
G = 50.57%
B = 47.15%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#06857C (or 0x06857C) is known color: Teal. HEX triplet: 06, 85 and 7C. RGB value is (6,133,124). Sum of RGB (Red+Green+Blue) = 6+133+124=263 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.28% from 263); Green value is 133 (52.34% from 255 or 50.57% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 133 - color contains mainly: green. Hex color #06857C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06857C is #F97A83. Grayscale: #5D5D5D. Windows color (decimal): -16349828 or 8160518. OLE color: 8160518.

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

Color convert

RGB 6 133 124 -
CMYK 0.95 0 0.07 0.48
HSL 175.75º 0.91% 0.27% -
HSV(B) 175.75º 0.95% 0.52% -
XYZ 12.1 18.27 21.96 -
YUV 94 144.92 65.23 -
System Red Green Blue C M Y K H S L
Decimal 6 133 124 0.95 0 0.07 0.48 175.75 0.91 0.27
Hex 6 85 7C 5F 0 7 30 B0 5B 1B
Octal 6 205 174 137 0 7 60 260 133 33
Binary 110 10000101 1111100 1011111 0 111 110000 10110000 1011011 11011

Color Harmonies of #06857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06857C

Black with #06857C

Text Example


Text Example

White with #06857C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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