#007689

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

Shades of Teal #007689

Tints of Teal #007689

Color information

#007689 (or 0x007689) is unknown color: approx Teal. HEX triplet: 00, 76 and 89. RGB value is (0,118,137). Sum of RGB (Red+Green+Blue) = 0+118+137=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 137 (53.91% from 255 or 53.73% from 255); Max value from RGB is 137 - color contains mainly: blue. Hex color #007689 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007689 is #FF8976. Grayscale: #545454. Windows color (decimal): -16746871 or 9008640. OLE color: 9008640.

HSL color Cylindrical-coordinate representation of color #007689: hue angle of 188.32º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007689 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB0118137-
CMYK10.1400.46
HSL188.32º100%26.86%-
HSV(B)188.32º100%53.73%-
XYZ10.9914.7625.94-
YUV84.88157.4167.46-

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) = 46.27%
BLUE value IS 137 (53.91% from 255) = 53.73%
R=0%
G=46.27%
B=53.73%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal011813710.1400.46188.3210026.86
Hex0768964E02Ebc641b
Octal01662111441605627414433
Binary011101101000100111001001110010111010111100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007689; }

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

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

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

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

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

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

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

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