Html Css Color HEX #097689 Teal

📋 copy color: '#097689'

red 9 ◦ green 118 ◦ blue 137

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

Shades of Teal #097689

Tints of Teal #097689

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.7%

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

R = 3.41%
G = 44.7%
B = 51.89%

CMYK

 C value IS 0.93

 M value IS 0.14

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#097689 (or 0x097689) is known color: Teal. HEX triplet: 09, 76 and 89. RGB value is (9,118,137). Sum of RGB (Red+Green+Blue) = 9+118+137=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 137 (53.91% from 255 or 51.89% from 264); Max value from RGB is 137 - color contains mainly: blue. Hex color #097689 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097689 is #F68976. Grayscale: #575757. Windows color (decimal): -16157047 or 9008649. OLE color: 9008649.

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

Color convert

RGB 9 118 137 -
CMYK 0.93 0.14 0 0.46
HSL 188.91º 0.88% 0.29% -
HSV(B) 188.91º 0.93% 0.54% -
XYZ 11.11 14.82 25.94 -
YUV 87.58 155.89 71.96 -
System Red Green Blue C M Y K H S L
Decimal 9 118 137 0.93 0.14 0 0.46 188.91 0.88 0.29
Hex 9 76 89 5D E 0 2E BD 58 1D
Octal 11 166 211 135 16 0 56 275 130 35
Binary 1001 1110110 10001001 1011101 1110 0 101110 10111101 1011000 11101

Color Harmonies of #097689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097689

Black with #097689

Text Example


Text Example

White with #097689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097689; }

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

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

background-color css

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

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

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

border-color css

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

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

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