#04867D

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

Shades of Teal #04867D

Tints of Teal #04867D

Color information

#04867D (or 0x04867D) is unknown color: approx Teal. HEX triplet: 04, 86 and 7D. RGB value is (4,134,125). Sum of RGB (Red+Green+Blue) = 4+134+125=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 134 (52.73% from 255 or 50.95% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 134 - color contains mainly: green. Hex color #04867D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04867D is #FB7982. Grayscale: #5E5E5E. Windows color (decimal): -16480643 or 8226308. OLE color: 8226308.

HSL color Cylindrical-coordinate representation of color #04867D: hue angle of 175.85º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04867D is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB4134125-
CMYK0.9700.070.47
HSL175.85º94.2%27.06%-
HSV(B)175.85º97.01%52.55%-
XYZ12.2818.5622.34-
YUV94.1145.4363.73-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.52%
GREEN value IS 134 (52.73% from 255) = 50.95%
BLUE value IS 125 (49.22% from 255) = 47.53%
R=1.52%
G=50.95%
B=47.53%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41341250.9700.070.47175.8594.227.06
Hex4867D61072Fb05e1b
Octal4206175141075726013633
Binary1001000011011111011100001011110111110110000101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,134,125); }

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

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

 a { background-color: rgb(4,134,125); }

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

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

 span { border-color: rgb(4,134,125); }

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