Html Css Color HEX #097684 Teal

📋 copy color: '#097684'

red 9 ◦ green 118 ◦ blue 132

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

Shades of Teal #097684

Tints of Teal #097684

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.56%

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

R = 3.47%
G = 45.56%
B = 50.97%

CMYK

 C value IS 0.93

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#097684 (or 0x097684) is known color: Teal. HEX triplet: 09, 76 and 84. RGB value is (9,118,132). Sum of RGB (Red+Green+Blue) = 9+118+132=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 132 (51.95% from 255 or 50.97% from 259); Max value from RGB is 132 - color contains mainly: blue. Hex color #097684 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097684 is #F6897B. Grayscale: #565656. Windows color (decimal): -16157052 or 8680969. OLE color: 8680969.

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

Color convert

RGB 9 118 132 -
CMYK 0.93 0.11 0 0.48
HSL 186.83º 0.87% 0.28% -
HSV(B) 186.83º 0.93% 0.52% -
XYZ 10.76 14.68 24.1 -
YUV 87.01 153.39 72.36 -
System Red Green Blue C M Y K H S L
Decimal 9 118 132 0.93 0.11 0 0.48 186.83 0.87 0.28
Hex 9 76 84 5D B 0 30 BB 57 1C
Octal 11 166 204 135 13 0 60 273 127 34
Binary 1001 1110110 10000100 1011101 1011 0 110000 10111011 1010111 11100

Color Harmonies of #097684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097684

Black with #097684

Text Example


Text Example

White with #097684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097684; }

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

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

background-color css

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

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

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

border-color css

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

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

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