#007681

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

Shades of Teal #007681

Tints of Teal #007681

Color information

#007681 (or 0x007681) is unknown color: approx Teal. HEX triplet: 00, 76 and 81. RGB value is (0,118,129). Sum of RGB (Red+Green+Blue) = 0+118+129=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 129 (50.78% from 255 or 52.23% from 247); Max value from RGB is 129 - color contains mainly: blue. Hex color #007681 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007681 is #FF897E. Grayscale: #535353. Windows color (decimal): -16746879 or 8484352. OLE color: 8484352.

HSL color Cylindrical-coordinate representation of color #007681: hue angle of 185.12º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007681 is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB0118129-
CMYK10.0900.49
HSL185.12º100%25.29%-
HSV(B)185.12º100%50.59%-
XYZ10.4414.5423.03-
YUV83.97153.4168.11-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 118 (46.48% from 255) = 47.77%
BLUE value IS 129 (50.78% from 255) = 52.23%
R=0%
G=47.77%
B=52.23%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal011812910.0900.49185.1210025.29
Hex07681649031b96419
Octal01662011441106127114431
Binary011101101000000111001001001011000110111001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007681; }

 p { color: rgb(0,118,129); }

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

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

 a { background-color: rgb(0,118,129); }

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

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

 span { border-color: rgb(0,118,129); }

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