#04757F

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

Shades of Teal #04757F

Tints of Teal #04757F

Color information

#04757F (or 0x04757F) is unknown color: approx Teal. HEX triplet: 04, 75 and 7F. RGB value is (4,117,127). Sum of RGB (Red+Green+Blue) = 4+117+127=248 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 127 (50% from 255 or 51.21% from 248); Max value from RGB is 127 - color contains mainly: blue. Hex color #04757F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04757F is #FB8A80. Grayscale: #545454. Windows color (decimal): -16484993 or 8353028. OLE color: 8353028.

HSL color Cylindrical-coordinate representation of color #04757F: hue angle of 184.88º 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 #04757F is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4117127-
CMYK0.970.0800.50
HSL184.88º93.89%25.69%-
HSV(B)184.88º96.85%49.8%-
XYZ10.2414.2822.3-
YUV84.35152.0670.69-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.61%
GREEN value IS 117 (46.09% from 255) = 47.18%
BLUE value IS 127 (50% from 255) = 51.21%
R=1.61%
G=47.18%
B=51.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41171270.970.0800.50184.8893.8925.69
Hex4757F618032b95e1a
Octal41651771411006227113632
Binary1001110101111111111000011000011001010111001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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