Html Css Color HEX #097186 Teal

📋 copy color: '#097186'

red 9 ◦ green 113 ◦ blue 134

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

Shades of Teal #097186

Tints of Teal #097186

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.14%

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

R = 3.52%
G = 44.14%
B = 52.34%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#097186 (or 0x097186) is known color: Teal. HEX triplet: 09, 71 and 86. RGB value is (9,113,134). Sum of RGB (Red+Green+Blue) = 9+113+134=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 134 (52.73% from 255 or 52.34% from 256); Max value from RGB is 134 - color contains mainly: blue. Hex color #097186 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097186 is #F68E79. Grayscale: #545454. Windows color (decimal): -16158330 or 8810761. OLE color: 8810761.

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

Color convert

RGB 9 113 134 -
CMYK 0.93 0.16 0 0.47
HSL 190.08º 0.87% 0.28% -
HSV(B) 190.08º 0.93% 0.53% -
XYZ 10.32 13.59 24.63 -
YUV 84.3 156.04 74.29 -
System Red Green Blue C M Y K H S L
Decimal 9 113 134 0.93 0.16 0 0.47 190.08 0.87 0.28
Hex 9 71 86 5D 10 0 2F BE 57 1C
Octal 11 161 206 135 20 0 57 276 127 34
Binary 1001 1110001 10000110 1011101 10000 0 101111 10111110 1010111 11100

Color Harmonies of #097186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097186

Black with #097186

Text Example


Text Example

White with #097186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097186; }

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

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

background-color css

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

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

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

border-color css

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

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

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