#097B88

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

Shades of Teal #097B88

Tints of Teal #097B88

Color information

#097B88 (or 0x097B88) is unknown color: approx Teal. HEX triplet: 09, 7B and 88. RGB value is (9,123,136). Sum of RGB (Red+Green+Blue) = 9+123+136=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 136 (53.52% from 255 or 50.75% from 268); Max value from RGB is 136 - color contains mainly: blue. Hex color #097B88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097B88 is #F68477. Grayscale: #5A5A5A. Windows color (decimal): -16155768 or 8944393. OLE color: 8944393.

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

Color convert

RGB9123136-
CMYK0.930.1000.47
HSL186.14º87.59%28.43%-
HSV(B)186.14º93.38%53.33%-
XYZ11.641625.77-
YUV90.4153.7369.94-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.36%
GREEN value IS 123 (48.44% from 255) = 45.90%
BLUE value IS 136 (53.52% from 255) = 50.75%
R=3.36%
G=45.90%
B=50.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91231360.930.1000.47186.1487.5928.43
Hex97B885DA02Fba581c
Octal111732101351205727213034
Binary100111110111000100010111011010010111110111010101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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