Html Css Color HEX #097A84 Teal

📋 copy color: '#097A84'

red 9 ◦ green 122 ◦ blue 132

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

Shades of Teal #097A84

Tints of Teal #097A84

RGB

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

 GREEN value IS 122 (48.05% from 255) = 46.39%

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

R = 3.42%
G = 46.39%
B = 50.19%

CMYK

 C value IS 0.93

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#097A84 (or 0x097A84) is known color: Teal. HEX triplet: 09, 7A and 84. RGB value is (9,122,132). Sum of RGB (Red+Green+Blue) = 9+122+132=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 122 (48.05% from 255 or 46.39% from 263); Blue value is 132 (51.95% from 255 or 50.19% from 263); Max value from RGB is 132 - color contains mainly: blue. Hex color #097A84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097A84 is #F6857B. Grayscale: #595959. Windows color (decimal): -16156028 or 8681993. OLE color: 8681993.

HSL color Cylindrical-coordinate representation of color #097A84: hue angle of 184.88º 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 #097A84 is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 122 132 -
CMYK 0.93 0.08 0 0.48
HSL 184.88º 0.87% 0.28% -
HSV(B) 184.88º 0.93% 0.52% -
XYZ 11.24 15.64 24.26 -
YUV 89.35 152.06 70.69 -
System Red Green Blue C M Y K H S L
Decimal 9 122 132 0.93 0.08 0 0.48 184.88 0.87 0.28
Hex 9 7A 84 5D 8 0 30 B9 57 1C
Octal 11 172 204 135 10 0 60 271 127 34
Binary 1001 1111010 10000100 1011101 1000 0 110000 10111001 1010111 11100

Color Harmonies of #097A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097A84

Black with #097A84

Text Example


Text Example

White with #097A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097A84; }

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

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

background-color css

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

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

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

border-color css

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

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

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