#098083

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

Shades of Teal #098083

Tints of Teal #098083

Color information

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

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

Color convert

RGB9128131-
CMYK0.930.0200.49
HSL181.48º87.14%27.45%-
HSV(B)181.48º93.13%51.37%-
XYZ11.9317.1424.15-
YUV92.76149.5868.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91281310.930.0200.49181.4887.1427.45
Hex980835D2031b5571b
Octal11200203135206126512733
Binary10011000000010000011101110110011000110110101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098083; }

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

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

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

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

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

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

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

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