Html Css Color HEX #097184 Teal

📋 copy color: '#097184'

red 9 ◦ green 113 ◦ blue 132

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

Shades of Teal #097184

Tints of Teal #097184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 51.97%

R = 3.54%
G = 44.49%
B = 51.97%

CMYK

 C value IS 0.93

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#097184 (or 0x097184) is known color: Teal. HEX triplet: 09, 71 and 84. RGB value is (9,113,132). Sum of RGB (Red+Green+Blue) = 9+113+132=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 132 (51.95% from 255 or 51.97% from 254); Max value from RGB is 132 - color contains mainly: blue. Hex color #097184 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097184 is #F68E7B. Grayscale: #535353. Windows color (decimal): -16158332 or 8679689. OLE color: 8679689.

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

Color convert

RGB 9 113 132 -
CMYK 0.93 0.14 0 0.48
HSL 189.27º 0.87% 0.28% -
HSV(B) 189.27º 0.93% 0.52% -
XYZ 10.18 13.53 23.91 -
YUV 84.07 155.04 74.46 -
System Red Green Blue C M Y K H S L
Decimal 9 113 132 0.93 0.14 0 0.48 189.27 0.87 0.28
Hex 9 71 84 5D E 0 30 BD 57 1C
Octal 11 161 204 135 16 0 60 275 127 34
Binary 1001 1110001 10000100 1011101 1110 0 110000 10111101 1010111 11100

Color Harmonies of #097184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097184

Black with #097184

Text Example


Text Example

White with #097184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097184; }

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

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

background-color css

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

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

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

border-color css

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

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

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