Html Css Color HEX #097980 Teal

📋 copy color: '#097980'

red 9 ◦ green 121 ◦ blue 128

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

Shades of Teal #097980

Tints of Teal #097980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 49.61%

R = 3.49%
G = 46.9%
B = 49.61%

CMYK

 C value IS 0.93

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#097980 (or 0x097980) is known color: Teal. HEX triplet: 09, 79 and 80. RGB value is (9,121,128). Sum of RGB (Red+Green+Blue) = 9+121+128=258 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.49% from 258); Green value is 121 (47.66% from 255 or 46.90% from 258); Blue value is 128 (50.39% from 255 or 49.61% from 258); Max value from RGB is 128 - color contains mainly: blue. Hex color #097980 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097980 is #F6867F. Grayscale: #585858. Windows color (decimal): -16156288 or 8419593. OLE color: 8419593.

HSL color Cylindrical-coordinate representation of color #097980: hue angle of 183.53º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097980 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 9 121 128 -
CMYK 0.93 0.05 0 0.50
HSL 183.53º 0.87% 0.27% -
HSV(B) 183.53º 0.93% 0.5% -
XYZ 10.85 15.29 22.8 -
YUV 88.31 150.39 71.43 -
System Red Green Blue C M Y K H S L
Decimal 9 121 128 0.93 0.05 0 0.50 183.53 0.87 0.27
Hex 9 79 80 5D 5 0 32 B8 57 1B
Octal 11 171 200 135 5 0 62 270 127 33
Binary 1001 1111001 10000000 1011101 101 0 110010 10111000 1010111 11011

Color Harmonies of #097980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097980

Black with #097980

Text Example


Text Example

White with #097980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097980; }

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

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

background-color css

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

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

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

border-color css

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

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

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