#048182

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

Shades of Teal #048182

Tints of Teal #048182

Color information

#048182 (or 0x048182) is unknown color: approx Teal. HEX triplet: 04, 81 and 82. RGB value is (4,129,130). Sum of RGB (Red+Green+Blue) = 4+129+130=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 129 (50.78% from 255 or 49.05% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #048182 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048182 is #FB7E7D. Grayscale: #5B5B5B. Windows color (decimal): -16481918 or 8552708. OLE color: 8552708.

HSL color Cylindrical-coordinate representation of color #048182: hue angle of 180.48º 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 #048182 is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4129130-
CMYK0.970.0100.49
HSL180.48º94.03%26.27%-
HSV(B)180.48º96.92%50.98%-
XYZ11.9317.3423.84-
YUV91.74149.5965.42-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.52%
GREEN value IS 129 (50.78% from 255) = 49.05%
BLUE value IS 130 (51.17% from 255) = 49.43%
R=1.52%
G=49.05%
B=49.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41291300.970.0100.49180.4894.0326.27
Hex48182611031b45e1a
Octal4201202141106126413632
Binary100100000011000001011000011011000110110100101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048182; }

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

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

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

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

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

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

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

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