#097C88

Color #097C88 Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #097C88

Tints of Teal #097C88

Color information

#097C88 (or 0x097C88) is unknown color: approx Teal. HEX triplet: 09, 7C and 88. RGB value is (9,124,136). Sum of RGB (Red+Green+Blue) = 9+124+136=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 124 (48.83% from 255 or 46.10% from 269); Blue value is 136 (53.52% from 255 or 50.56% from 269); Max value from RGB is 136 - color contains mainly: blue. Hex color #097C88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097C88 is #F68377. Grayscale: #5A5A5A. Windows color (decimal): -16155512 or 8944649. OLE color: 8944649.

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

Color convert

RGB9124136-
CMYK0.930.0900.47
HSL185.67º87.59%28.43%-
HSV(B)185.67º93.38%53.33%-
XYZ11.7616.2525.81-
YUV90.98153.469.52-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.35%
GREEN value IS 124 (48.83% from 255) = 46.10%
BLUE value IS 136 (53.52% from 255) = 50.56%
R=3.35%
G=46.10%
B=50.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91241360.930.0900.47185.6787.5928.43
Hex97C885D902Fba581c
Octal111742101351105727213034
Binary100111111001000100010111011001010111110111010101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #097C88;
 }
 .AnyTagClassName
 {
   color: #097C88;
 }
</style>
background-color css

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

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

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

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

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

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