#04718D

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

Shades of Teal #04718D

Tints of Teal #04718D

Color information

#04718D (or 0x04718D) is unknown color: approx Teal. HEX triplet: 04, 71 and 8D. RGB value is (4,113,141). Sum of RGB (Red+Green+Blue) = 4+113+141=258 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.55% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 141 (55.47% from 255 or 54.65% from 258); Max value from RGB is 141 - color contains mainly: blue. Hex color #04718D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04718D is #FB8E72. Grayscale: #535353. Windows color (decimal): -16486003 or 9269508. OLE color: 9269508.

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

Color convert

RGB4113141-
CMYK0.970.2000.45
HSL192.26º94.48%28.43%-
HSV(B)192.26º97.16%55.29%-
XYZ10.7613.7627.29-
YUV83.6160.3971.22-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.55%
GREEN value IS 113 (44.53% from 255) = 43.80%
BLUE value IS 141 (55.47% from 255) = 54.65%
R=1.55%
G=43.80%
B=54.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41131410.970.2000.45192.2694.4828.43
Hex4718D611402Dc05e1c
Octal41612151412405530013634
Binary100111000110001101110000110100010110111000000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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