Html Css Color HEX #097889 Teal

📋 copy color: '#097889'

red 9 ◦ green 120 ◦ blue 137

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

Shades of Teal #097889

Tints of Teal #097889

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.11%

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

R = 3.38%
G = 45.11%
B = 51.5%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#097889 (or 0x097889) is known color: Teal. HEX triplet: 09, 78 and 89. RGB value is (9,120,137). Sum of RGB (Red+Green+Blue) = 9+120+137=266 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.38% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 137 (53.91% from 255 or 51.50% from 266); Max value from RGB is 137 - color contains mainly: blue. Hex color #097889 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097889 is #F68776. Grayscale: #585858. Windows color (decimal): -16156535 or 9009161. OLE color: 9009161.

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

Color convert

RGB 9 120 137 -
CMYK 0.93 0.12 0 0.46
HSL 187.97º 0.88% 0.29% -
HSV(B) 187.97º 0.93% 0.54% -
XYZ 11.34 15.3 26.02 -
YUV 88.75 155.23 71.12 -
System Red Green Blue C M Y K H S L
Decimal 9 120 137 0.93 0.12 0 0.46 187.97 0.88 0.29
Hex 9 78 89 5D C 0 2E BC 58 1D
Octal 11 170 211 135 14 0 56 274 130 35
Binary 1001 1111000 10001001 1011101 1100 0 101110 10111100 1011000 11101

Color Harmonies of #097889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097889

Black with #097889

Text Example


Text Example

White with #097889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097889; }

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

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

background-color css

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

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

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

border-color css

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

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

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