#09728B

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

Shades of Teal #09728B

Tints of Teal #09728B

Color information

#09728B (or 0x09728B) is unknown color: approx Teal. HEX triplet: 09, 72 and 8B. RGB value is (9,114,139). Sum of RGB (Red+Green+Blue) = 9+114+139=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 139 (54.69% from 255 or 53.05% from 262); Max value from RGB is 139 - color contains mainly: blue. Hex color #09728B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09728B is #F68D74. Grayscale: #555555. Windows color (decimal): -16158069 or 9138697. OLE color: 9138697.

HSL color Cylindrical-coordinate representation of color #09728B: hue angle of 191.54º 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 #09728B is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9114139-
CMYK0.940.1800.45
HSL191.54º87.84%29.02%-
HSV(B)191.54º93.53%54.51%-
XYZ10.7913.9626.55-
YUV85.46158.2173.47-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.44%
GREEN value IS 114 (44.92% from 255) = 43.51%
BLUE value IS 139 (54.69% from 255) = 53.05%
R=3.44%
G=43.51%
B=53.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal91141390.940.1800.45191.5487.8429.02
Hex9728B5E1202Dc0581d
Octal111622131362205530013035
Binary1001111001010001011101111010010010110111000000101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09728B; }

 p { color: rgb(9,114,139); }

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

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

 a { background-color: rgb(9,114,139); }

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

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

 span { border-color: rgb(9,114,139); }

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