#098280

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

Shades of Teal #098280

Tints of Teal #098280

Color information

#098280 (or 0x098280) is unknown color: approx Teal. HEX triplet: 09, 82 and 80. RGB value is (9,130,128). Sum of RGB (Red+Green+Blue) = 9+130+128=267 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.37% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 128 (50.39% from 255 or 47.94% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #098280 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098280 is #F67D7F. Grayscale: #5D5D5D. Windows color (decimal): -16153984 or 8421897. OLE color: 8421897.

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

Color convert

RGB9130128-
CMYK0.9300.020.49
HSL179.01º87.05%27.25%-
HSV(B)179.01º93.08%50.98%-
XYZ11.9917.5823.18-
YUV93.59147.4167.66-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.37%
GREEN value IS 130 (51.17% from 255) = 48.69%
BLUE value IS 128 (50.39% from 255) = 47.94%
R=3.37%
G=48.69%
B=47.94%

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
Decimal91301280.9300.020.49179.0187.0527.25
Hex982805D0231b3571b
Octal11202200135026126312733
Binary10011000001010000000101110101011000110110011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098280; }

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

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

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

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

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

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

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

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