#04728C

Color #04728C Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #04728C

Tints of Teal #04728C

Color information

#04728C (or 0x04728C) is unknown color: approx Teal. HEX triplet: 04, 72 and 8C. RGB value is (4,114,140). Sum of RGB (Red+Green+Blue) = 4+114+140=258 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.55% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 140 (55.08% from 255 or 54.26% from 258); Max value from RGB is 140 - color contains mainly: blue. Hex color #04728C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04728C is #FB8D73. Grayscale: #535353. Windows color (decimal): -16485748 or 9204228. OLE color: 9204228.

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

Color convert

RGB4114140-
CMYK0.970.1900.45
HSL191.47º94.44%28.24%-
HSV(B)191.47º97.14%54.9%-
XYZ10.813.9526.94-
YUV84.07159.5670.89-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.55%
GREEN value IS 114 (44.92% from 255) = 44.19%
BLUE value IS 140 (55.08% from 255) = 54.26%
R=1.55%
G=44.19%
B=54.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41141400.970.1900.45191.4794.4428.24
Hex4728C611302Dbf5e1c
Octal41622141412305527713634
Binary100111001010001100110000110011010110110111111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04728C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #04728C;
 }
 .AnyTagClassName
 {
   color: #04728C;
 }
</style>
background-color css

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

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

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

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

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

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