#098380

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

Shades of Teal #098380

Tints of Teal #098380

Color information

#098380 (or 0x098380) is unknown color: approx Teal. HEX triplet: 09, 83 and 80. RGB value is (9,131,128). Sum of RGB (Red+Green+Blue) = 9+131+128=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 131 (51.56% from 255 or 48.88% from 268); Blue value is 128 (50.39% from 255 or 47.76% from 268); Max value from RGB is 131 - color contains mainly: green. Hex color #098380 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098380 is #F67C7F. Grayscale: #5E5E5E. Windows color (decimal): -16153728 or 8422153. OLE color: 8422153.

HSL color Cylindrical-coordinate representation of color #098380: hue angle of 178.52º 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 #098380 is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB9131128-
CMYK0.9300.020.49
HSL178.52º87.14%27.45%-
HSV(B)178.52º93.13%51.37%-
XYZ12.1317.8523.23-
YUV94.18147.0867.24-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.36%
GREEN value IS 131 (51.56% from 255) = 48.88%
BLUE value IS 128 (50.39% from 255) = 47.76%
R=3.36%
G=48.88%
B=47.76%

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
Decimal91311280.9300.020.49178.5287.1427.45
Hex983805D0231b3571b
Octal11203200135026126312733
Binary10011000001110000000101110101011000110110011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098380; }

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

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

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

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

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

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

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

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