#098283

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

Shades of Teal #098283

Tints of Teal #098283

Color information

#098283 (or 0x098283) is unknown color: approx Teal. HEX triplet: 09, 82 and 83. RGB value is (9,130,131). Sum of RGB (Red+Green+Blue) = 9+130+131=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 130 (51.17% from 255 or 48.15% from 270); Blue value is 131 (51.56% from 255 or 48.52% from 270); Max value from RGB is 131 - color contains mainly: blue. Hex color #098283 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098283 is #F67D7C. Grayscale: #5D5D5D. Windows color (decimal): -16153981 or 8618505. OLE color: 8618505.

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

Color convert

RGB9130131-
CMYK0.930.0100.49
HSL180.49º87.14%27.45%-
HSV(B)180.49º93.13%51.37%-
XYZ12.1917.6624.24-
YUV93.94148.9167.42-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.33%
GREEN value IS 130 (51.17% from 255) = 48.15%
BLUE value IS 131 (51.56% from 255) = 48.52%
R=3.33%
G=48.15%
B=48.52%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91301310.930.0100.49180.4987.1427.45
Hex982835D1031b4571b
Octal11202203135106126412733
Binary1001100000101000001110111011011000110110100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098283; }

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

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

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

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

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

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

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

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