#048280

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

Shades of Teal #048280

Tints of Teal #048280

Color information

#048280 (or 0x048280) is unknown color: approx Teal. HEX triplet: 04, 82 and 80. RGB value is (4,130,128). Sum of RGB (Red+Green+Blue) = 4+130+128=262 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #048280 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048280 is #FB7D7F. Grayscale: #5B5B5B. Windows color (decimal): -16481664 or 8421892. OLE color: 8421892.

HSL color Cylindrical-coordinate representation of color #048280: hue angle of 179.05º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048280 is Cyan = 0.97, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB4130128-
CMYK0.9700.020.49
HSL179.05º94.03%26.27%-
HSV(B)179.05º96.92%50.98%-
XYZ11.9317.5523.18-
YUV92.1148.2665.16-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.53%
GREEN value IS 130 (51.17% from 255) = 49.62%
BLUE value IS 128 (50.39% from 255) = 48.85%
R=1.53%
G=49.62%
B=48.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41301280.9700.020.49179.0594.0326.27
Hex48280610231b35e1a
Octal4202200141026126313632
Binary1001000001010000000110000101011000110110011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048280; }

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

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

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

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

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

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

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

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