#0A798D

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

Shades of Teal #0A798D

Tints of Teal #0A798D

Color information

#0A798D (or 0x0A798D) is unknown color: approx Teal. HEX triplet: 0A, 79 and 8D. RGB value is (10,121,141). Sum of RGB (Red+Green+Blue) = 10+121+141=272 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.68% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #0A798D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A798D is #F58672. Grayscale: #595959. Windows color (decimal): -16090739 or 9271562. OLE color: 9271562.

HSL color Cylindrical-coordinate representation of color #0A798D: hue angle of 189.16º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A798D is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10121141-
CMYK0.930.1400.45
HSL189.16º86.75%29.61%-
HSV(B)189.16º92.91%55.29%-
XYZ11.7715.6627.6-
YUV90.09156.7370.87-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.68%
GREEN value IS 121 (47.66% from 255) = 44.49%
BLUE value IS 141 (55.47% from 255) = 51.84%
R=3.68%
G=44.49%
B=51.84%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101211410.930.1400.45189.1686.7529.61
HexA798D5DE02Dbd571e
Octal121712151351605527512736
Binary101011110011000110110111011110010110110111101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A798D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A798D; }

 p { color: rgb(10,121,141); }

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

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

 a { background-color: rgb(10,121,141); }

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

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

 span { border-color: rgb(10,121,141); }

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