Html Css Color HEX #097981 Teal

📋 copy color: '#097981'

red 9 ◦ green 121 ◦ blue 129

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

Shades of Teal #097981

Tints of Teal #097981

RGB

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

 GREEN value IS 121 (47.66% from 255) = 46.72%

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

R = 3.47%
G = 46.72%
B = 49.81%

CMYK

 C value IS 0.93

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#097981 (or 0x097981) is known color: Teal. HEX triplet: 09, 79 and 81. RGB value is (9,121,129). Sum of RGB (Red+Green+Blue) = 9+121+129=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 121 (47.66% from 255 or 46.72% from 259); Blue value is 129 (50.78% from 255 or 49.81% from 259); Max value from RGB is 129 - color contains mainly: blue. Hex color #097981 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097981 is #F6867E. Grayscale: #585858. Windows color (decimal): -16156287 or 8485129. OLE color: 8485129.

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

Color convert

RGB 9 121 129 -
CMYK 0.93 0.06 0 0.49
HSL 184º 0.87% 0.27% -
HSV(B) 184º 0.93% 0.51% -
XYZ 10.91 15.32 23.15 -
YUV 88.42 150.89 71.35 -
System Red Green Blue C M Y K H S L
Decimal 9 121 129 0.93 0.06 0 0.49 184 0.87 0.27
Hex 9 79 81 5D 6 0 31 B8 57 1B
Octal 11 171 201 135 6 0 61 270 127 33
Binary 1001 1111001 10000001 1011101 110 0 110001 10111000 1010111 11011

Color Harmonies of #097981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097981

Black with #097981

Text Example


Text Example

White with #097981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097981; }

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

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

background-color css

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

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

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

border-color css

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

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

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