Html Css Color HEX #01798B Teal

📋 copy color: '#01798B'

red 1 ◦ green 121 ◦ blue 139

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

Shades of Teal #01798B

Tints of Teal #01798B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 53.26%

R = 0.38%
G = 46.36%
B = 53.26%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01798B (or 0x01798B) is known color: Teal. HEX triplet: 01, 79 and 8B. RGB value is (1,121,139). Sum of RGB (Red+Green+Blue) = 1+121+139=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 121 (47.66% from 255 or 46.36% from 261); Blue value is 139 (54.69% from 255 or 53.26% from 261); Max value from RGB is 139 - color contains mainly: blue. Hex color #01798B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01798B is #FE8674. Grayscale: #565656. Windows color (decimal): -16680565 or 9140481. OLE color: 9140481.

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

Color convert

RGB 1 121 139 -
CMYK 0.99 0.13 0 0.45
HSL 187.83º 0.99% 0.27% -
HSV(B) 187.83º 0.99% 0.55% -
XYZ 11.51 15.55 26.82 -
YUV 87.17 157.24 66.54 -
System Red Green Blue C M Y K H S L
Decimal 1 121 139 0.99 0.13 0 0.45 187.83 0.99 0.27
Hex 1 79 8B 63 D 0 2D BC 63 1B
Octal 1 171 213 143 15 0 55 274 143 33
Binary 1 1111001 10001011 1100011 1101 0 101101 10111100 1100011 11011

Color Harmonies of #01798B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01798B

Black with #01798B

Text Example


Text Example

White with #01798B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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