Html Css Color HEX #097888 Teal

📋 copy color: '#097888'

red 9 ◦ green 120 ◦ blue 136

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

Shades of Teal #097888

Tints of Teal #097888

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.28%

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

R = 3.4%
G = 45.28%
B = 51.32%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#097888 (or 0x097888) is known color: Teal. HEX triplet: 09, 78 and 88. RGB value is (9,120,136). Sum of RGB (Red+Green+Blue) = 9+120+136=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 136 (53.52% from 255 or 51.32% from 265); Max value from RGB is 136 - color contains mainly: blue. Hex color #097888 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097888 is #F68777. Grayscale: #585858. Windows color (decimal): -16156536 or 8943625. OLE color: 8943625.

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

Color convert

RGB 9 120 136 -
CMYK 0.93 0.12 0 0.47
HSL 187.56º 0.88% 0.28% -
HSV(B) 187.56º 0.93% 0.53% -
XYZ 11.27 15.27 25.65 -
YUV 88.64 154.73 71.2 -
System Red Green Blue C M Y K H S L
Decimal 9 120 136 0.93 0.12 0 0.47 187.56 0.88 0.28
Hex 9 78 88 5D C 0 2F BC 58 1C
Octal 11 170 210 135 14 0 57 274 130 34
Binary 1001 1111000 10001000 1011101 1100 0 101111 10111100 1011000 11100

Color Harmonies of #097888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097888

Black with #097888

Text Example


Text Example

White with #097888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097888; }

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

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

background-color css

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

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

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

border-color css

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

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

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