#007D89

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

Shades of Teal #007D89

Tints of Teal #007D89

Color information

#007D89 (or 0x007D89) is unknown color: approx Teal. HEX triplet: 00, 7D and 89. RGB value is (0,125,137). Sum of RGB (Red+Green+Blue) = 0+125+137=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 125 (49.22% from 255 or 47.71% from 262); Blue value is 137 (53.91% from 255 or 52.29% from 262); Max value from RGB is 137 - color contains mainly: blue. Hex color #007D89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007D89 is #FF8276. Grayscale: #585858. Windows color (decimal): -16745079 or 9010432. OLE color: 9010432.

HSL color Cylindrical-coordinate representation of color #007D89: hue angle of 185.26º 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 #007D89 is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB0125137-
CMYK10.0900.46
HSL185.26º100%26.86%-
HSV(B)185.26º100%53.73%-
XYZ11.8516.4726.22-
YUV88.99155.0964.52-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 125 (49.22% from 255) = 47.71%
BLUE value IS 137 (53.91% from 255) = 52.29%
R=0%
G=47.71%
B=52.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal012513710.0900.46185.2610026.86
Hex07D8964902Eb9641b
Octal01752111441105627114433
Binary011111011000100111001001001010111010111001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007D89; }

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

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

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

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

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

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

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

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