#04807F

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

Shades of Teal #04807F

Tints of Teal #04807F

Color information

#04807F (or 0x04807F) is unknown color: approx Teal. HEX triplet: 04, 80 and 7F. RGB value is (4,128,127). Sum of RGB (Red+Green+Blue) = 4+128+127=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 128 (50.39% from 255 or 49.42% from 259); Blue value is 127 (50% from 255 or 49.03% from 259); Max value from RGB is 128 - color contains mainly: green. Hex color #04807F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04807F is #FB7F80. Grayscale: #5A5A5A. Windows color (decimal): -16482177 or 8355844. OLE color: 8355844.

HSL color Cylindrical-coordinate representation of color #04807F: hue angle of 179.52º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04807F is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB4128127-
CMYK0.9700.010.50
HSL179.52º93.94%25.88%-
HSV(B)179.52º96.88%50.2%-
XYZ11.61722.75-
YUV90.81148.4266.08-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.54%
GREEN value IS 128 (50.39% from 255) = 49.42%
BLUE value IS 127 (50% from 255) = 49.03%
R=1.54%
G=49.42%
B=49.03%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41281270.9700.010.50179.5293.9425.88
Hex4807F610132b45e1a
Octal4200177141016226413632
Binary10010000000111111111000010111001010110100101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04807F; }

 p { color: rgb(4,128,127); }

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

<style>
 a { background-color: #04807F; }

 a { background-color: rgb(4,128,127); }

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

<style>
 span { border-color: #04807F; }

 span { border-color: rgb(4,128,127); }

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