Html Css Color HEX #097489 Teal

📋 copy color: '#097489'

red 9 ◦ green 116 ◦ blue 137

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

Shades of Teal #097489

Tints of Teal #097489

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.27%

 BLUE value IS 137 (53.91% from 255) = 52.29%

R = 3.44%
G = 44.27%
B = 52.29%

CMYK

 C value IS 0.93

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#097489 (or 0x097489) is known color: Teal. HEX triplet: 09, 74 and 89. RGB value is (9,116,137). Sum of RGB (Red+Green+Blue) = 9+116+137=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 137 (53.91% from 255 or 52.29% from 262); Max value from RGB is 137 - color contains mainly: blue. Hex color #097489 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097489 is #F68B76. Grayscale: #565656. Windows color (decimal): -16157559 or 9008137. OLE color: 9008137.

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

Color convert

RGB 9 116 137 -
CMYK 0.93 0.15 0 0.46
HSL 189.84º 0.88% 0.29% -
HSV(B) 189.84º 0.93% 0.54% -
XYZ 10.87 14.36 25.86 -
YUV 86.4 156.55 72.79 -
System Red Green Blue C M Y K H S L
Decimal 9 116 137 0.93 0.15 0 0.46 189.84 0.88 0.29
Hex 9 74 89 5D F 0 2E BE 58 1D
Octal 11 164 211 135 17 0 56 276 130 35
Binary 1001 1110100 10001001 1011101 1111 0 101110 10111110 1011000 11101

Color Harmonies of #097489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097489

Black with #097489

Text Example


Text Example

White with #097489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097489; }

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

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

background-color css

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

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

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

border-color css

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

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

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