#097581

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

Shades of Teal #097581

Tints of Teal #097581

Color information

#097581 (or 0x097581) is unknown color: approx Teal. HEX triplet: 09, 75 and 81. RGB value is (9,117,129). Sum of RGB (Red+Green+Blue) = 9+117+129=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 129 (50.78% from 255 or 50.59% from 255); Max value from RGB is 129 - color contains mainly: blue. Hex color #097581 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097581 is #F68A7E. Grayscale: #555555. Windows color (decimal): -16157311 or 8484105. OLE color: 8484105.

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

Color convert

RGB9117129-
CMYK0.930.0900.49
HSL186º86.96%27.06%-
HSV(B)186º93.02%50.59%-
XYZ10.4414.3722.99-
YUV86.08152.2273.02-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.53%
GREEN value IS 117 (46.09% from 255) = 45.88%
BLUE value IS 129 (50.78% from 255) = 50.59%
R=3.53%
G=45.88%
B=50.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91171290.930.0900.4918686.9627.06
Hex975815D9031ba571b
Octal111652011351106127212733
Binary100111101011000000110111011001011000110111010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097581; }

 p { color: rgb(9,117,129); }

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

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

 a { background-color: rgb(9,117,129); }

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

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

 span { border-color: rgb(9,117,129); }

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