#07867D

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

Shades of Teal #07867D

Tints of Teal #07867D

Color information

#07867D (or 0x07867D) is unknown color: approx Teal. HEX triplet: 07, 86 and 7D. RGB value is (7,134,125). Sum of RGB (Red+Green+Blue) = 7+134+125=266 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.63% from 266); Green value is 134 (52.73% from 255 or 50.38% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 134 - color contains mainly: green. Hex color #07867D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07867D is #F87982. Grayscale: #5E5E5E. Windows color (decimal): -16284035 or 8226311. OLE color: 8226311.

HSL color Cylindrical-coordinate representation of color #07867D: hue angle of 175.75º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07867D is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB7134125-
CMYK0.9500.070.47
HSL175.75º90.07%27.65%-
HSV(B)175.75º94.78%52.55%-
XYZ12.3118.5822.34-
YUV95144.9265.23-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.63%
GREEN value IS 134 (52.73% from 255) = 50.38%
BLUE value IS 125 (49.22% from 255) = 46.99%
R=2.63%
G=50.38%
B=46.99%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71341250.9500.070.47175.7590.0727.65
Hex7867D5F072Fb05a1c
Octal7206175137075726013234
Binary1111000011011111011011111011110111110110000101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,134,125); }

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

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

 a { background-color: rgb(7,134,125); }

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

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

 span { border-color: rgb(7,134,125); }

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