#01798A

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

Shades of Teal #01798A

Tints of Teal #01798A

Color information

#01798A (or 0x01798A) is unknown color: approx Teal. HEX triplet: 01, 79 and 8A. RGB value is (1,121,138). Sum of RGB (Red+Green+Blue) = 1+121+138=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 121 (47.66% from 255 or 46.54% from 260); Blue value is 138 (54.30% from 255 or 53.08% from 260); Max value from RGB is 138 - color contains mainly: blue. Hex color #01798A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01798A is #FE8675. Grayscale: #565656. Windows color (decimal): -16680566 or 9074945. OLE color: 9074945.

HSL color Cylindrical-coordinate representation of color #01798A: hue angle of 187.45º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01798A is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1121138-
CMYK0.990.1200.46
HSL187.45º98.56%27.25%-
HSV(B)187.45º99.28%54.12%-
XYZ11.4415.5226.44-
YUV87.06156.7466.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 121 (47.66% from 255) = 46.54%
BLUE value IS 138 (54.30% from 255) = 53.08%
R=0.38%
G=46.54%
B=53.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11211380.990.1200.46187.4598.5627.25
Hex1798A63C02Ebb631b
Octal11712121431405627314333
Binary111110011000101011000111100010111010111011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01798A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01798A; }

 p { color: rgb(1,121,138); }

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

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

 a { background-color: rgb(1,121,138); }

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

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

 span { border-color: rgb(1,121,138); }

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