Html Css Color HEX #097886 Teal

📋 copy color: '#097886'

red 9 ◦ green 120 ◦ blue 134

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

Shades of Teal #097886

Tints of Teal #097886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 50.95%

R = 3.42%
G = 45.63%
B = 50.95%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#097886 (or 0x097886) is known color: Teal. HEX triplet: 09, 78 and 86. RGB value is (9,120,134). Sum of RGB (Red+Green+Blue) = 9+120+134=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 134 (52.73% from 255 or 50.95% from 263); Max value from RGB is 134 - color contains mainly: blue. Hex color #097886 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097886 is #F68779. Grayscale: #585858. Windows color (decimal): -16156538 or 8812553. OLE color: 8812553.

HSL color Cylindrical-coordinate representation of color #097886: hue angle of 186.72º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097886 is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 9 120 134 -
CMYK 0.93 0.10 0 0.47
HSL 186.72º 0.87% 0.28% -
HSV(B) 186.72º 0.93% 0.53% -
XYZ 11.13 15.21 24.9 -
YUV 88.41 153.73 71.36 -
System Red Green Blue C M Y K H S L
Decimal 9 120 134 0.93 0.10 0 0.47 186.72 0.87 0.28
Hex 9 78 86 5D A 0 2F BB 57 1C
Octal 11 170 206 135 12 0 57 273 127 34
Binary 1001 1111000 10000110 1011101 1010 0 101111 10111011 1010111 11100

Color Harmonies of #097886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097886

Black with #097886

Text Example


Text Example

White with #097886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097886; }

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

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

background-color css

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

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

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

border-color css

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

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

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