Html Css Color HEX #097589 Teal

📋 copy color: '#097589'

red 9 ◦ green 117 ◦ blue 137

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

Shades of Teal #097589

Tints of Teal #097589

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.49%

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

R = 3.42%
G = 44.49%
B = 52.09%

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

#097589 (or 0x097589) is known color: Teal. HEX triplet: 09, 75 and 89. RGB value is (9,117,137). Sum of RGB (Red+Green+Blue) = 9+117+137=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 137 (53.91% from 255 or 52.09% from 263); Max value from RGB is 137 - color contains mainly: blue. Hex color #097589 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097589 is #F68A76. Grayscale: #565656. Windows color (decimal): -16157303 or 9008393. OLE color: 9008393.

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

Color convert

RGB 9 117 137 -
CMYK 0.93 0.15 0 0.46
HSL 189.38º 0.88% 0.29% -
HSV(B) 189.38º 0.93% 0.54% -
XYZ 10.99 14.59 25.9 -
YUV 86.99 156.22 72.37 -
System Red Green Blue C M Y K H S L
Decimal 9 117 137 0.93 0.15 0 0.46 189.38 0.88 0.29
Hex 9 75 89 5D F 0 2E BD 58 1D
Octal 11 165 211 135 17 0 56 275 130 35
Binary 1001 1110101 10001001 1011101 1111 0 101110 10111101 1011000 11101

Color Harmonies of #097589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097589

Black with #097589

Text Example


Text Example

White with #097589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097589; }

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

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

background-color css

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

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

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

border-color css

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

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

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