#098185

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

Shades of Teal #098185

Tints of Teal #098185

Color information

#098185 (or 0x098185) is unknown color: approx Teal. HEX triplet: 09, 81 and 85. RGB value is (9,129,133). Sum of RGB (Red+Green+Blue) = 9+129+133=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 129 (50.78% from 255 or 47.60% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #098185 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098185 is #F67E7A. Grayscale: #5D5D5D. Windows color (decimal): -16154235 or 8749321. OLE color: 8749321.

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

Color convert

RGB9129133-
CMYK0.930.0300.48
HSL181.94º87.32%27.84%-
HSV(B)181.94º93.23%52.16%-
XYZ12.217.4524.92-
YUV93.58150.2467.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.32%
GREEN value IS 129 (50.78% from 255) = 47.60%
BLUE value IS 133 (52.34% from 255) = 49.08%
R=3.32%
G=47.60%
B=49.08%

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
Decimal91291330.930.0300.48181.9487.3227.84
Hex981855D3030b6571c
Octal11201205135306026612734
Binary10011000000110000101101110111011000010110110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098185; }

 p { color: rgb(9,129,133); }

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

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

 a { background-color: rgb(9,129,133); }

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

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

 span { border-color: rgb(9,129,133); }

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