Html Css Color HEX #04798C Teal

📋 copy color: '#04798C'

red 4 ◦ green 121 ◦ blue 140

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

Shades of Teal #04798C

Tints of Teal #04798C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 52.83%

R = 1.51%
G = 45.66%
B = 52.83%

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

#04798C (or 0x04798C) is known color: Teal. HEX triplet: 04, 79 and 8C. RGB value is (4,121,140). Sum of RGB (Red+Green+Blue) = 4+121+140=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 121 (47.66% from 255 or 45.66% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #04798C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04798C is #FB8673. Grayscale: #575757. Windows color (decimal): -16483956 or 9206020. OLE color: 9206020.

HSL color Cylindrical-coordinate representation of color #04798C: hue angle of 188.38º 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 #04798C is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 121 140 -
CMYK 0.97 0.14 0 0.45
HSL 188.38º 0.94% 0.28% -
HSV(B) 188.38º 0.97% 0.55% -
XYZ 11.62 15.59 27.21 -
YUV 88.18 157.24 67.96 -
System Red Green Blue C M Y K H S L
Decimal 4 121 140 0.97 0.14 0 0.45 188.38 0.94 0.28
Hex 4 79 8C 61 E 0 2D BC 5E 1C
Octal 4 171 214 141 16 0 55 274 136 34
Binary 100 1111001 10001100 1100001 1110 0 101101 10111100 1011110 11100

Color Harmonies of #04798C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04798C

Black with #04798C

Text Example


Text Example

White with #04798C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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