Html Css Color HEX #01798F Teal

📋 copy color: '#01798F'

red 1 ◦ green 121 ◦ blue 143

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

Shades of Teal #01798F

Tints of Teal #01798F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 53.96%

R = 0.38%
G = 45.66%
B = 53.96%

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

#01798F (or 0x01798F) is known color: Teal. HEX triplet: 01, 79 and 8F. RGB value is (1,121,143). Sum of RGB (Red+Green+Blue) = 1+121+143=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 121 (47.66% from 255 or 45.66% from 265); Blue value is 143 (56.25% from 255 or 53.96% from 265); Max value from RGB is 143 - color contains mainly: blue. Hex color #01798F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01798F is #FE8670. Grayscale: #575757. Windows color (decimal): -16680561 or 9402625. OLE color: 9402625.

HSL color Cylindrical-coordinate representation of color #01798F: hue angle of 189.3º 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 #01798F is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 121 143 -
CMYK 0.99 0.15 0 0.44
HSL 189.3º 0.99% 0.28% -
HSV(B) 189.3º 0.99% 0.56% -
XYZ 11.81 15.66 28.39 -
YUV 87.63 159.24 66.21 -
System Red Green Blue C M Y K H S L
Decimal 1 121 143 0.99 0.15 0 0.44 189.3 0.99 0.28
Hex 1 79 8F 63 F 0 2C BD 63 1C
Octal 1 171 217 143 17 0 54 275 143 34
Binary 1 1111001 10001111 1100011 1111 0 101100 10111101 1100011 11100

Color Harmonies of #01798F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01798F

Black with #01798F

Text Example


Text Example

White with #01798F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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