Html Css Color HEX #04798D Teal

📋 copy color: '#04798D'

red 4 ◦ green 121 ◦ blue 141

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

Shades of Teal #04798D

Tints of Teal #04798D

RGB

 RED value IS 4 (1.95% from 255) = 1.5%

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

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

R = 1.5%
G = 45.49%
B = 53.01%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04798D (or 0x04798D) is known color: Teal. HEX triplet: 04, 79 and 8D. RGB value is (4,121,141). Sum of RGB (Red+Green+Blue) = 4+121+141=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 121 (47.66% from 255 or 45.49% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #04798D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04798D is #FB8672. Grayscale: #585858. Windows color (decimal): -16483955 or 9271556. OLE color: 9271556.

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

Color convert

RGB 4 121 141 -
CMYK 0.97 0.14 0 0.45
HSL 188.76º 0.94% 0.28% -
HSV(B) 188.76º 0.97% 0.55% -
XYZ 11.7 15.62 27.6 -
YUV 88.3 157.74 67.87 -
System Red Green Blue C M Y K H S L
Decimal 4 121 141 0.97 0.14 0 0.45 188.76 0.94 0.28
Hex 4 79 8D 61 E 0 2D BD 5E 1C
Octal 4 171 215 141 16 0 55 275 136 34
Binary 100 1111001 10001101 1100001 1110 0 101101 10111101 1011110 11100

Color Harmonies of #04798D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04798D

Black with #04798D

Text Example


Text Example

White with #04798D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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