Html Css Color HEX #098680 Teal

📋 copy color: '#098680'

red 9 ◦ green 134 ◦ blue 128

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

Shades of Teal #098680

Tints of Teal #098680

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.45%

 BLUE value IS 128 (50.39% from 255) = 47.23%

R = 3.32%
G = 49.45%
B = 47.23%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#098680 (or 0x098680) is known color: Teal. HEX triplet: 09, 86 and 80. RGB value is (9,134,128). Sum of RGB (Red+Green+Blue) = 9+134+128=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 134 (52.73% from 255 or 49.45% from 271); Blue value is 128 (50.39% from 255 or 47.23% from 271); Max value from RGB is 134 - color contains mainly: green. Hex color #098680 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098680 is #F6797F. Grayscale: #5F5F5F. Windows color (decimal): -16152960 or 8422921. OLE color: 8422921.

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

Color convert

RGB 9 134 128 -
CMYK 0.93 0 0.04 0.47
HSL 177.12º 0.87% 0.28% -
HSV(B) 177.12º 0.93% 0.53% -
XYZ 12.53 18.67 23.36 -
YUV 95.94 146.09 65.99 -
System Red Green Blue C M Y K H S L
Decimal 9 134 128 0.93 0 0.04 0.47 177.12 0.87 0.28
Hex 9 86 80 5D 0 4 2F B1 57 1C
Octal 11 206 200 135 0 4 57 261 127 34
Binary 1001 10000110 10000000 1011101 0 100 101111 10110001 1010111 11100

Color Harmonies of #098680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098680

Black with #098680

Text Example


Text Example

White with #098680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098680; }

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

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

background-color css

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

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

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

border-color css

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

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

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