#098779

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

Shades of Teal #098779

Tints of Teal #098779

Color information

#098779 (or 0x098779) is unknown color: approx Teal. HEX triplet: 09, 87 and 79. RGB value is (9,135,121). Sum of RGB (Red+Green+Blue) = 9+135+121=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 135 (53.12% from 255 or 50.94% from 265); Blue value is 121 (47.66% from 255 or 45.66% from 265); Max value from RGB is 135 - color contains mainly: green. Hex color #098779 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098779 is #F67886. Grayscale: #5F5F5F. Windows color (decimal): -16152711 or 7964425. OLE color: 7964425.

HSL color Cylindrical-coordinate representation of color #098779: hue angle of 173.33º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098779 is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB9135121-
CMYK0.9300.100.47
HSL173.33º87.5%28.24%-
HSV(B)173.33º93.33%52.94%-
XYZ12.2318.7721.07-
YUV95.73142.2666.14-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.40%
GREEN value IS 135 (53.12% from 255) = 50.94%
BLUE value IS 121 (47.66% from 255) = 45.66%
R=3.40%
G=50.94%
B=45.66%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91351210.9300.100.47173.3387.528.24
Hex987795D0A2Fad581c
Octal112071711350125725513034
Binary100110000111111100110111010101010111110101101101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098779; }

 p { color: rgb(9,135,121); }

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

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

 a { background-color: rgb(9,135,121); }

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

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

 span { border-color: rgb(9,135,121); }

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