#04867C

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

Shades of Teal #04867C

Tints of Teal #04867C

Color information

#04867C (or 0x04867C) is unknown color: approx Teal. HEX triplet: 04, 86 and 7C. RGB value is (4,134,124). Sum of RGB (Red+Green+Blue) = 4+134+124=262 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 262); Green value is 134 (52.73% from 255 or 51.15% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 134 - color contains mainly: green. Hex color #04867C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04867C is #FB7983. Grayscale: #5D5D5D. Windows color (decimal): -16480644 or 8160772. OLE color: 8160772.

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

Color convert

RGB4134124-
CMYK0.9700.070.47
HSL175.38º94.2%27.06%-
HSV(B)175.38º97.01%52.55%-
XYZ12.2118.5322-
YUV93.99144.9363.81-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.53%
GREEN value IS 134 (52.73% from 255) = 51.15%
BLUE value IS 124 (48.83% from 255) = 47.33%
R=1.53%
G=51.15%
B=47.33%

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
Decimal41341240.9700.070.47175.3894.227.06
Hex4867C61072Faf5e1b
Octal4206174141075725713633
Binary1001000011011111001100001011110111110101111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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