#04807B

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

Shades of Teal #04807B

Tints of Teal #04807B

Color information

#04807B (or 0x04807B) is unknown color: approx Teal. HEX triplet: 04, 80 and 7B. RGB value is (4,128,123). Sum of RGB (Red+Green+Blue) = 4+128+123=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 128 (50.39% from 255 or 50.20% from 255); Blue value is 123 (48.44% from 255 or 48.24% from 255); Max value from RGB is 128 - color contains mainly: green. Hex color #04807B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04807B is #FB7F84. Grayscale: #5A5A5A. Windows color (decimal): -16482181 or 8093700. OLE color: 8093700.

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

Color convert

RGB4128123-
CMYK0.9700.040.50
HSL177.58º93.94%25.88%-
HSV(B)177.58º96.88%50.2%-
XYZ11.3416.8921.4-
YUV90.35146.4266.41-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.57%
GREEN value IS 128 (50.39% from 255) = 50.20%
BLUE value IS 123 (48.44% from 255) = 48.24%
R=1.57%
G=50.20%
B=48.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41281230.9700.040.50177.5893.9425.88
Hex4807B610432b25e1a
Octal4200173141046226213632
Binary1001000000011110111100001010011001010110010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04807B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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