#097b8c

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

Shades of Teal #097B8C

Tints of Teal #097B8C

Color information

#097B8C (or 0x097B8C) is unknown color: approx Teal. HEX triplet: 09, 7B and 8C. RGB value is (9,123,140). Sum of RGB (Red+Green+Blue) = 9+123+140=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 123 (48.44% from 255 or 45.22% from 272); Blue value is 140 (55.08% from 255 or 51.47% from 272); Max value from RGB is 140 - color contains mainly: blue. Hex color #097B8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097B8C is #F68473. Grayscale: #5A5A5A. Windows color (decimal): -16155764 or 9206537. OLE color: 9206537.

HSL color Cylindrical-coordinate representation of color #097B8C: hue angle of 187.79º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #097B8C is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9123140-
CMYK0.940.1200.45
HSL187.79º87.92%29.22%-
HSV(B)187.79º93.57%54.9%-
XYZ11.9316.1227.29-
YUV90.85155.7369.62-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.31%
GREEN value IS 123 (48.44% from 255) = 45.22%
BLUE value IS 140 (55.08% from 255) = 51.47%
R=3.31%
G=45.22%
B=51.47%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal91231400.940.1200.45187.7987.9229.22
Hex97B8C5EC02Dbc581d
Octal111732141361405527413035
Binary100111110111000110010111101100010110110111100101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097b8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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