#098084

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

Shades of Teal #098084

Tints of Teal #098084

Color information

#098084 (or 0x098084) is unknown color: approx Teal. HEX triplet: 09, 80 and 84. RGB value is (9,128,132). Sum of RGB (Red+Green+Blue) = 9+128+132=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 128 (50.39% from 255 or 47.58% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 132 - color contains mainly: blue. Hex color #098084 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098084 is #F67F7B. Grayscale: #5C5C5C. Windows color (decimal): -16154492 or 8683529. OLE color: 8683529.

HSL color Cylindrical-coordinate representation of color #098084: hue angle of 181.95º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098084 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9128132-
CMYK0.930.0300.48
HSL181.95º87.23%27.65%-
HSV(B)181.95º93.18%51.76%-
XYZ1217.1624.51-
YUV92.88150.0868.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.35%
GREEN value IS 128 (50.39% from 255) = 47.58%
BLUE value IS 132 (51.95% from 255) = 49.07%
R=3.35%
G=47.58%
B=49.07%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal91281320.930.0300.48181.9587.2327.65
Hex980845D3030b6571c
Octal11200204135306026612734
Binary10011000000010000100101110111011000010110110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098084; }

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

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

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

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

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

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

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

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