#097083

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

Shades of Teal #097083

Tints of Teal #097083

Color information

#097083 (or 0x097083) is unknown color: approx Teal. HEX triplet: 09, 70 and 83. RGB value is (9,112,131). Sum of RGB (Red+Green+Blue) = 9+112+131=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 131 (51.56% from 255 or 51.98% from 252); Max value from RGB is 131 - color contains mainly: blue. Hex color #097083 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097083 is #F68F7C. Grayscale: #535353. Windows color (decimal): -16158589 or 8613897. OLE color: 8613897.

HSL color Cylindrical-coordinate representation of color #097083: hue angle of 189.34º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097083 is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9112131-
CMYK0.930.1500.49
HSL189.34º87.14%27.45%-
HSV(B)189.34º93.13%51.37%-
XYZ1013.2923.51-
YUV83.37154.8874.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.57%
GREEN value IS 112 (44.14% from 255) = 44.44%
BLUE value IS 131 (51.56% from 255) = 51.98%
R=3.57%
G=44.44%
B=51.98%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91121310.930.1500.49189.3487.1427.45
Hex970835DF031bd571b
Octal111602031351706127512733
Binary100111100001000001110111011111011000110111101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097083; }

 p { color: rgb(9,112,131); }

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

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

 a { background-color: rgb(9,112,131); }

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

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

 span { border-color: rgb(9,112,131); }

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