Html Css Color HEX #098185 Teal

📋 copy color: '#098185'

red 9 ◦ green 129 ◦ blue 133

#098185
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal #098185

Tints of Teal #098185

RGB

 RED value IS 9 (3.91% from 255) = 3.32%

 GREEN value IS 129 (50.78% from 255) = 47.6%

 BLUE value IS 133 (52.34% from 255) = 49.08%

R = 3.32%
G = 47.6%
B = 49.08%

CMYK

 C value IS 0.93

 M value IS 0.03

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#098185 (or 0x098185) is known color: 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

RGB 9 129 133 -
CMYK 0.93 0.03 0 0.48
HSL 181.94º 0.87% 0.28% -
HSV(B) 181.94º 0.93% 0.52% -
XYZ 12.2 17.45 24.92 -
YUV 93.58 150.24 67.67 -
System Red Green Blue C M Y K H S L
Decimal 9 129 133 0.93 0.03 0 0.48 181.94 0.87 0.28
Hex 9 81 85 5D 3 0 30 B6 57 1C
Octal 11 201 205 135 3 0 60 266 127 34
Binary 1001 10000001 10000101 1011101 11 0 110000 10110110 1010111 11100

Color Harmonies of #098185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098185

Black with #098185

Text Example


Text Example

White with #098185

Text Example


Text Example

HTML Codes & Css Web 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>