#04708D

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

Shades of Teal #04708D

Tints of Teal #04708D

Color information

#04708D (or 0x04708D) is unknown color: approx Teal. HEX triplet: 04, 70 and 8D. RGB value is (4,112,141). Sum of RGB (Red+Green+Blue) = 4+112+141=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #04708D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04708D is #FB8F72. Grayscale: #525252. Windows color (decimal): -16486259 or 9269252. OLE color: 9269252.

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

Color convert

RGB4112141-
CMYK0.970.2100.45
HSL192.7º94.48%28.43%-
HSV(B)192.7º97.16%55.29%-
XYZ10.6513.5427.25-
YUV83.01160.7271.64-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.56%
GREEN value IS 112 (44.14% from 255) = 43.58%
BLUE value IS 141 (55.47% from 255) = 54.86%
R=1.56%
G=43.58%
B=54.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41121410.970.2100.45192.794.4828.43
Hex4708D611502Dc15e1c
Octal41602151412505530113634
Binary100111000010001101110000110101010110111000001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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