Html Css Color HEX #098981 Teal

📋 copy color: '#098981'

red 9 ◦ green 137 ◦ blue 129

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

Shades of Teal #098981

Tints of Teal #098981

RGB

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

 GREEN value IS 137 (53.91% from 255) = 49.82%

 BLUE value IS 129 (50.78% from 255) = 46.91%

R = 3.27%
G = 49.82%
B = 46.91%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#098981 (or 0x098981) is known color: Teal. HEX triplet: 09, 89 and 81. RGB value is (9,137,129). Sum of RGB (Red+Green+Blue) = 9+137+129=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 137 (53.91% from 255 or 49.82% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 137 - color contains mainly: green. Hex color #098981 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098981 is #F6767E. Grayscale: #616161. Windows color (decimal): -16152191 or 8489225. OLE color: 8489225.

HSL color Cylindrical-coordinate representation of color #098981: hue angle of 176.25º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098981 is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 137 129 -
CMYK 0.93 0 0.06 0.46
HSL 176.25º 0.88% 0.29% -
HSV(B) 176.25º 0.93% 0.54% -
XYZ 13.02 19.53 23.85 -
YUV 97.82 145.59 64.65 -
System Red Green Blue C M Y K H S L
Decimal 9 137 129 0.93 0 0.06 0.46 176.25 0.88 0.29
Hex 9 89 81 5D 0 6 2E B0 58 1D
Octal 11 211 201 135 0 6 56 260 130 35
Binary 1001 10001001 10000001 1011101 0 110 101110 10110000 1011000 11101

Color Harmonies of #098981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098981

Black with #098981

Text Example


Text Example

White with #098981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098981; }

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

 H1.HeaderClassName
 {
   color: #098981;
 }
 .AnyTagClassName
 {
   color: #098981;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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