#06857F

Color #06857F Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #06857F

Tints of Teal #06857F

Color information

#06857F (or 0x06857F) is unknown color: approx Teal. HEX triplet: 06, 85 and 7F. RGB value is (6,133,127). Sum of RGB (Red+Green+Blue) = 6+133+127=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 127 (50% from 255 or 47.74% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #06857F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06857F is #F97A80. Grayscale: #5E5E5E. Windows color (decimal): -16349825 or 8357126. OLE color: 8357126.

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

Color convert

RGB6133127-
CMYK0.9500.050.48
HSL177.17º91.37%27.25%-
HSV(B)177.17º95.49%52.16%-
XYZ12.2918.3522.97-
YUV94.34146.4264.99-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.26%
GREEN value IS 133 (52.34% from 255) = 50%
BLUE value IS 127 (50% from 255) = 47.74%
R=2.26%
G=50%
B=47.74%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61331270.9500.050.48177.1791.3727.25
Hex6857F5F0530b15b1b
Octal6205177137056026113333
Binary1101000010111111111011111010111000010110001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #06857F;
 }
 .AnyTagClassName
 {
   color: #06857F;
 }
</style>
background-color css

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

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

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

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

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

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