Html Css Color HEX #04728D Teal

📋 copy color: '#04728D'

red 4 ◦ green 114 ◦ blue 141

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

Shades of Teal #04728D

Tints of Teal #04728D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.02%

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

R = 1.54%
G = 44.02%
B = 54.44%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04728D (or 0x04728D) is known color: Teal. HEX triplet: 04, 72 and 8D. RGB value is (4,114,141). Sum of RGB (Red+Green+Blue) = 4+114+141=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 141 (55.47% from 255 or 54.44% from 259); Max value from RGB is 141 - color contains mainly: blue. Hex color #04728D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04728D is #FB8D72. Grayscale: #535353. Windows color (decimal): -16485747 or 9269764. OLE color: 9269764.

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

Color convert

RGB 4 114 141 -
CMYK 0.97 0.19 0 0.45
HSL 191.82º 0.94% 0.28% -
HSV(B) 191.82º 0.97% 0.55% -
XYZ 10.88 13.98 27.33 -
YUV 84.19 160.06 70.8 -
System Red Green Blue C M Y K H S L
Decimal 4 114 141 0.97 0.19 0 0.45 191.82 0.94 0.28
Hex 4 72 8D 61 13 0 2D C0 5E 1C
Octal 4 162 215 141 23 0 55 300 136 34
Binary 100 1110010 10001101 1100001 10011 0 101101 11000000 1011110 11100

Color Harmonies of #04728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04728D

Black with #04728D

Text Example


Text Example

White with #04728D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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