#097B87

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

Shades of Teal #097B87

Tints of Teal #097B87

Color information

#097B87 (or 0x097B87) is unknown color: approx Teal. HEX triplet: 09, 7B and 87. RGB value is (9,123,135). Sum of RGB (Red+Green+Blue) = 9+123+135=267 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.37% from 267); Green value is 123 (48.44% from 255 or 46.07% from 267); Blue value is 135 (53.12% from 255 or 50.56% from 267); Max value from RGB is 135 - color contains mainly: blue. Hex color #097B87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097B87 is #F68478. Grayscale: #5A5A5A. Windows color (decimal): -16155769 or 8878857. OLE color: 8878857.

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

Color convert

RGB9123135-
CMYK0.930.0900.47
HSL185.71º87.5%28.24%-
HSV(B)185.71º93.33%52.94%-
XYZ11.5715.9725.4-
YUV90.28153.2370.02-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.37%
GREEN value IS 123 (48.44% from 255) = 46.07%
BLUE value IS 135 (53.12% from 255) = 50.56%
R=3.37%
G=46.07%
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
Decimal91231350.930.0900.47185.7187.528.24
Hex97B875D902Fba581c
Octal111732071351105727213034
Binary100111110111000011110111011001010111110111010101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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