Html Css Color HEX #01798D Teal

📋 copy color: '#01798D'

red 1 ◦ green 121 ◦ blue 141

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

Shades of Teal #01798D

Tints of Teal #01798D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 53.61%

R = 0.38%
G = 46.01%
B = 53.61%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01798D (or 0x01798D) is known color: Teal. HEX triplet: 01, 79 and 8D. RGB value is (1,121,141). Sum of RGB (Red+Green+Blue) = 1+121+141=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 141 (55.47% from 255 or 53.61% from 263); Max value from RGB is 141 - color contains mainly: blue. Hex color #01798D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01798D is #FE8672. Grayscale: #575757. Windows color (decimal): -16680563 or 9271553. OLE color: 9271553.

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

Color convert

RGB 1 121 141 -
CMYK 0.99 0.14 0 0.45
HSL 188.57º 0.99% 0.28% -
HSV(B) 188.57º 0.99% 0.55% -
XYZ 11.66 15.6 27.6 -
YUV 87.4 158.24 66.37 -
System Red Green Blue C M Y K H S L
Decimal 1 121 141 0.99 0.14 0 0.45 188.57 0.99 0.28
Hex 1 79 8D 63 E 0 2D BD 63 1C
Octal 1 171 215 143 16 0 55 275 143 34
Binary 1 1111001 10001101 1100011 1110 0 101101 10111101 1100011 11100

Color Harmonies of #01798D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01798D

Black with #01798D

Text Example


Text Example

White with #01798D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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