#048184

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

Shades of Teal #048184

Tints of Teal #048184

Color information

#048184 (or 0x048184) is unknown color: approx Teal. HEX triplet: 04, 81 and 84. RGB value is (4,129,132). Sum of RGB (Red+Green+Blue) = 4+129+132=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 129 (50.78% from 255 or 48.68% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #048184 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048184 is #FB7E7B. Grayscale: #5B5B5B. Windows color (decimal): -16481916 or 8683780. OLE color: 8683780.

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

Color convert

RGB4129132-
CMYK0.970.0200.48
HSL181.41º94.12%26.67%-
HSV(B)181.41º96.97%51.76%-
XYZ12.0717.3924.55-
YUV91.97150.5965.26-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.51%
GREEN value IS 129 (50.78% from 255) = 48.68%
BLUE value IS 132 (51.95% from 255) = 49.81%
R=1.51%
G=48.68%
B=49.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41291320.970.0200.48181.4194.1226.67
Hex48184612030b55e1b
Octal4201204141206026513633
Binary1001000000110000100110000110011000010110101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048184; }

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

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

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

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

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

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

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

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