Html Css Color HEX #097988 Teal

📋 copy color: '#097988'

red 9 ◦ green 121 ◦ blue 136

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

Shades of Teal #097988

Tints of Teal #097988

RGB

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

 GREEN value IS 121 (47.66% from 255) = 45.49%

 BLUE value IS 136 (53.52% from 255) = 51.13%

R = 3.38%
G = 45.49%
B = 51.13%

CMYK

 C value IS 0.93

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#097988 (or 0x097988) is known color: Teal. HEX triplet: 09, 79 and 88. RGB value is (9,121,136). Sum of RGB (Red+Green+Blue) = 9+121+136=266 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.38% from 266); Green value is 121 (47.66% from 255 or 45.49% from 266); Blue value is 136 (53.52% from 255 or 51.13% from 266); Max value from RGB is 136 - color contains mainly: blue. Hex color #097988 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097988 is #F68677. Grayscale: #595959. Windows color (decimal): -16156280 or 8943881. OLE color: 8943881.

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

Color convert

RGB 9 121 136 -
CMYK 0.93 0.11 0 0.47
HSL 187.09º 0.88% 0.28% -
HSV(B) 187.09º 0.93% 0.53% -
XYZ 11.39 15.51 25.69 -
YUV 89.22 154.39 70.78 -
System Red Green Blue C M Y K H S L
Decimal 9 121 136 0.93 0.11 0 0.47 187.09 0.88 0.28
Hex 9 79 88 5D B 0 2F BB 58 1C
Octal 11 171 210 135 13 0 57 273 130 34
Binary 1001 1111001 10001000 1011101 1011 0 101111 10111011 1011000 11100

Color Harmonies of #097988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097988

Black with #097988

Text Example


Text Example

White with #097988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097988; }

 p { color: rgb(9,121,136); }

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

background-color css

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

 a { background-color: rgb(9,121,136); }

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

border-color css

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

 span { border-color: rgb(9,121,136); }

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