#098381

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

Shades of Teal #098381

Tints of Teal #098381

Color information

#098381 (or 0x098381) is unknown color: approx Teal. HEX triplet: 09, 83 and 81. RGB value is (9,131,129). Sum of RGB (Red+Green+Blue) = 9+131+129=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 131 (51.56% from 255 or 48.70% from 269); Blue value is 129 (50.78% from 255 or 47.96% from 269); Max value from RGB is 131 - color contains mainly: green. Hex color #098381 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098381 is #F67C7E. Grayscale: #5E5E5E. Windows color (decimal): -16153727 or 8487689. OLE color: 8487689.

HSL color Cylindrical-coordinate representation of color #098381: hue angle of 179.02º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098381 is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB9131129-
CMYK0.9300.020.49
HSL179.02º87.14%27.45%-
HSV(B)179.02º93.13%51.37%-
XYZ12.1917.8823.58-
YUV94.29147.5867.16-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.35%
GREEN value IS 131 (51.56% from 255) = 48.70%
BLUE value IS 129 (50.78% from 255) = 47.96%
R=3.35%
G=48.70%
B=47.96%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91311290.9300.020.49179.0287.1427.45
Hex983815D0231b3571b
Octal11203201135026126312733
Binary10011000001110000001101110101011000110110011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098381; }

 p { color: rgb(9,131,129); }

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

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

 a { background-color: rgb(9,131,129); }

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

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

 span { border-color: rgb(9,131,129); }

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