#07857C

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

Shades of Teal #07857C

Tints of Teal #07857C

Color information

#07857C (or 0x07857C) is unknown color: approx Teal. HEX triplet: 07, 85 and 7C. RGB value is (7,133,124). Sum of RGB (Red+Green+Blue) = 7+133+124=264 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.65% from 264); Green value is 133 (52.34% from 255 or 50.38% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 133 - color contains mainly: green. Hex color #07857C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07857C is #F87A83. Grayscale: #5E5E5E. Windows color (decimal): -16284292 or 8160519. OLE color: 8160519.

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

Color convert

RGB7133124-
CMYK0.9500.070.48
HSL175.71º90%27.45%-
HSV(B)175.71º94.74%52.16%-
XYZ12.1118.2821.96-
YUV94.3144.7665.73-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.65%
GREEN value IS 133 (52.34% from 255) = 50.38%
BLUE value IS 124 (48.83% from 255) = 46.97%
R=2.65%
G=50.38%
B=46.97%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71331240.9500.070.48175.719027.45
Hex7857C5F0730b05a1b
Octal7205174137076026013233
Binary1111000010111111001011111011111000010110000101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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