Html Css Color HEX #04798A Teal

📋 copy color: '#04798A'

red 4 ◦ green 121 ◦ blue 138

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

Shades of Teal #04798A

Tints of Teal #04798A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 52.47%

R = 1.52%
G = 46.01%
B = 52.47%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#04798A (or 0x04798A) is known color: Teal. HEX triplet: 04, 79 and 8A. RGB value is (4,121,138). Sum of RGB (Red+Green+Blue) = 4+121+138=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #04798A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04798A is #FB8675. Grayscale: #575757. Windows color (decimal): -16483958 or 9074948. OLE color: 9074948.

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

Color convert

RGB 4 121 138 -
CMYK 0.97 0.12 0 0.46
HSL 187.61º 0.94% 0.28% -
HSV(B) 187.61º 0.97% 0.54% -
XYZ 11.47 15.54 26.44 -
YUV 87.96 156.24 68.12 -
System Red Green Blue C M Y K H S L
Decimal 4 121 138 0.97 0.12 0 0.46 187.61 0.94 0.28
Hex 4 79 8A 61 C 0 2E BC 5E 1C
Octal 4 171 212 141 14 0 56 274 136 34
Binary 100 1111001 10001010 1100001 1100 0 101110 10111100 1011110 11100

Color Harmonies of #04798A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04798A

Black with #04798A

Text Example


Text Example

White with #04798A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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