Html Css Color HEX #01798E Teal

📋 copy color: '#01798E'

red 1 ◦ green 121 ◦ blue 142

#01798E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal #01798E

Tints of Teal #01798E

RGB

 RED value IS 1 (0.78% from 255) = 0.38%

 GREEN value IS 121 (47.66% from 255) = 45.83%

 BLUE value IS 142 (55.86% from 255) = 53.79%

R = 0.38%
G = 45.83%
B = 53.79%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01798E (or 0x01798E) is known color: Teal. HEX triplet: 01, 79 and 8E. RGB value is (1,121,142). Sum of RGB (Red+Green+Blue) = 1+121+142=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 121 (47.66% from 255 or 45.83% from 264); Blue value is 142 (55.86% from 255 or 53.79% from 264); Max value from RGB is 142 - color contains mainly: blue. Hex color #01798E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01798E is #FE8671. Grayscale: #575757. Windows color (decimal): -16680562 or 9337089. OLE color: 9337089.

HSL color Cylindrical-coordinate representation of color #01798E: hue angle of 188.94º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01798E is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 121 142 -
CMYK 0.99 0.15 0 0.44
HSL 188.94º 0.99% 0.28% -
HSV(B) 188.94º 0.99% 0.56% -
XYZ 11.73 15.63 27.99 -
YUV 87.51 158.74 66.29 -
System Red Green Blue C M Y K H S L
Decimal 1 121 142 0.99 0.15 0 0.44 188.94 0.99 0.28
Hex 1 79 8E 63 F 0 2C BD 63 1C
Octal 1 171 216 143 17 0 54 275 143 34
Binary 1 1111001 10001110 1100011 1111 0 101100 10111101 1100011 11100

Color Harmonies of #01798E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01798E

Black with #01798E

Text Example


Text Example

White with #01798E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01798E;
 }
 .AnyTagClassName
 {
   color: #01798E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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